Jump to content

Module:Adjacent stations/Tyrol S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 12:53, 4 March 2022 (+S7). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

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

return p