Module:Adjacent stations/Upper Austria S-Bahn

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[Upper Austria S-Bahn]]",
	["system icon"] = "[[File:S-Bahn Austria.svg|16px|link=Upper Austria S-Bahn]]",
	["station format"] = {
		"%1 railway station",
		["Linz"] = hbf,
		["Wels"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Upper Austria|%1]]",
			["icon"] = "[[File:%1 OÖ.svg|30px|link=Upper Austria S-Bahn]]",
		},
		["S1"] = {
			["color"] = "f58220",
			["left terminus"] = "Linz",
			["right terminus"] = "Garsten",
		},
		["S2"] = {
			["color"] = "00aaad",
			["left terminus"] = "Wels",
			["right terminus"] = "Linz",
		},
		["S3"] = {
			["color"] = "3f318e",
			["left terminus"] = "Linz",
			["right terminus"] = "Pregarten",
		},
		["S4"] = {
			["color"] = "96bc33",
			["left terminus"] = "Linz",
			["right terminus"] = "Kirchdorf",
		},
		["S5"] = {
			["color"] = "ec008c",
			["left terminus"] = "Eferding",
			["right terminus"] = "Linz",
		},
	},
}

return p