Module:Adjacent stations/Chur S-Bahn

MyWikiBiz, Author Your Legacy — Monday April 29, 2024
Jump to navigationJump to search
local p = {
	["system title"] = "[[Chur S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Chur S-Bahn#Lines|S1]]",
			["short name"] = "S1",
			["text color"] = "FFFFFF",
			["color"] = "458cc3",
			["left terminus"] = "Rhäzüns",
			["right terminus"] = "Schiers",
		},
		["2"] = {
			["title"] = "[[Chur S-Bahn#Lines|S2]]",
			["short name"] = "S2",
			["text color"] = "FFFFFF",
			["color"] = "d40075",
			["left terminus"] = "Thusis",
			["right terminus"] = "Chur",
		},
	},
}

return p