Jump to content

Module:Adjacent stations/Carinthia S-Bahn

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[Carinthia S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Klagenfurt"] = hbf,
		["Villach"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Carinthia S-Bahn|%1]]",
			["icon"] = "[[File:%1 Kärnten.svg|30px|link=Carinthia S-Bahn]]",
		},
		["S1"] = {
			["color"] = "0060AE",
			["left terminus"] = "Lienz",
			["right terminus"] = "Friesach",
		},
		["S2"] = {
			["color"] = "3C8376",
			["left terminus"] = "Villach",
			["right terminus"] = "St. Veit an der Glan",
		},
		["S3"] = {
			["color"] = "F48120",
			["left terminus"] = "Weizelsdorf",
			["right terminus"] = "Wolfsberg",
		},
		["S4"] = {
			["color"] = "EC1B34",
			["left terminus"] = "Hermagor",
			["right terminus"] = "Villach",
		},
		["S5"] = {
			["color"] = "f3c736",
			["left terminus"] = "Villach",
			["right terminus"] = "Rosenbach",
		},
	},
}

return p