Module:Adjacent stations/Zug Stadtbahn
Appearance
From Wikipedia, the free encyclopedia
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 |
The above documentation is transcluded from Module:Adjacent stations/Zug Stadtbahn/doc. (edit | history)
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
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