Module:Adjacent stations/Tyrol S-Bahn

From Wikipedia, the free encyclopedia

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Tyrol S-Bahn]]",
	["system icon"] = "",
	["system icon format"] = "route",
	["station format"] = {
		"%1 railway station",
		["Innsbruck"] = hbf,
		["Innsbruck West"] = "[[Innsbruck Westbahnhof|Innsbruck Westbf]]",
		["Wörgl"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Tyrol S-Bahn#Current lines|%1]]",
		},
		["CJX 1"] = {
			["text color"] = "FFFFFF",
			["color"] = "46c8f1",
			["left terminus"] = "Innsbruck",
			["right terminus"] = "Kufstein",
		},	
		["REX 1"] = {
			["text color"] = "FFFFFF",
			["color"] = "ec008c",
			["left terminus"] = "Landeck-Zams",
			["right terminus"] = "Innsbruck",
		},
		["REX 2"] = {
			["text color"] = "FFFFFF",
			["color"] = "f6861f",
			["left terminus"] = "Innsbruck",
			["right terminus"] = "Kufstein",
		},
		["REX 3"] = {
			["text color"] = "FFFFFF",
			["color"] = "77c257",
			["left terminus"] = "Wörgl",
			["right terminus"] = "Saalfelden",
		},
		["S1"] = {
			["text color"] = "FFFFFF",
			["color"] = "7eae1a",
			["left terminus"] = "Lienz",
			["right terminus"] = "Oberdrauburg",
		},
		["S2"] = {
			["text color"] = "FFFFFF",
			["color"] = "f36097",
			["left terminus"] = "San Candido",
			["right terminus"] = "Lienz",
		},
		["S3"] = {
			["text color"] = "000000",
			["color"] = "b3b4c7",
			["left terminus"] = "Innsbruck",
			["right terminus"] = "Brenner",
		},
		["S4"] = {
			["text color"] = "FFFFFF",
			["color"] = "4a205d",
			["left terminus"] = "Telfs-Pfaffenhofen",
			["right terminus"] = "Kufstein",
		},
		["S5"] = {
			["text color"] = "FFFFFF",
			["color"] = "509c63",
			["left terminus"] = "Ötztal",
			["right terminus"] = "Jenbach",
		},
		["S6"] = {
			["text color"] = "FFFFFF",
			["color"] = "b01419",
			["left terminus"] = "Garmisch-Partenkirchen",
			["right terminus"] = "Innsbruck",
		},
		["S7"] = {
			["text color"] = "000000",
			["color"] = "cf9eba",
			["left terminus"] = "Pfronten-Steinach",
			["right terminus"] = "Garmisch-Partenkirchen",
		},
		["S8"] = {
			["text color"] = "FFFFFF",
			["color"] = "50ade5",
			["left terminus"] = "Wörgl",
			["right terminus"] = "Hochfilzen",
		},
	},
}

return p