Module:Adjacent stations/Zug Stadtbahn

< Module:Adjacent stations
Revision as of 18:55, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Zug Stadtbahn)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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