Module:Adjacent stations/Vogtlandbahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Vogtlandbahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 1 | RB 1 |
e2001a |
| |
RB 2 | RB 2 |
FFFFFF |
| |
RB 4 | RB 4 |
b07f48 |
| |
RB 5 | RB 5 |
008a2e |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Vogtlandbahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Gera"] = hbf,
["Hof"] = hbf,
["Plauen (Vogtl) ob Bf"] = "Plauen (Vogtland) Oberer Bahnhof",
},
["lines"] = {
["_default"] = {
["title"] = "[[List of railway routes in Saxony#Die Länderbahn|%1]]",
["text color"] = "FFFFFF",
},
["RB 1"] = {
["color"] = "e2001a",
["left terminus"] = "Zwickau Zentrum",
["right terminus"] = "Kraslice",
},
["RB 2"] = {
["color"] = "FFFFFF",
["text color"] = "009bd4",
["border color"] = "009bd4",
["left terminus"] = {"Hof", "Cheb"},
["right terminus"] = "Zwickau Zentrum",
},
["RB 4"] = {
["color"] = "b07f48",
["left terminus"] = "Gera",
["right terminus"] = "Weischlitz",
},
["RB 5"] = {
["color"] = "008a2e",
["left terminus"] = "Mehltheuer",
["right terminus"] = "Kraslice",
},
},
}
return p