Module:Adjacent stations/Zug Stadtbahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Zug Stadtbahn.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S1 | 1 |
A2091B |
| |
S2 | 2 |
F93F26 |
|
local ch = "%1 railway station (Switzerland)"
local p = {
["system title"] = "[[Zug Stadtbahn]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Altdorf"] = ch,
["Cham"] = ch,
["Steinen"] = ch,
},
["lines"] = {
["1"] = {
["title"] = "[[Zug Stadtbahn#Lines|S1]]",
["short name"] = "S1",
["text color"] = "FFFFFF",
["color"] = "A2091B",
["left terminus"] = "Rotkreuz",
["right terminus"] = "Baar",
},
["2"] = {
["title"] = "[[Zug Stadtbahn#Lines|S2]]",
["short name"] = "S2",
["text color"] = "FFFFFF",
["color"] = "F93F26",
["left terminus"] = "Baar Lindenpark",
["right terminus"] = "Erstfeld",
},
},
}
return p