Module:Adjacent stations/Zug Stadtbahn

MyWikiBiz, Author Your Legacy — Tuesday May 07, 2024
Jump to navigationJump to search
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