Jump to content

Module:Adjacent stations/Carinthia S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 02:10, 10 September 2023 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Carinthia S-Bahn", ["system icon"] = "", ["station format"] = { "%1 railway station", ["Klagenfurt"] = hbf, ["Villach"] = hbf, }, ["lines"] = { ["_default"] = { ["title"] = "%1", ["icon"] = "30px|link=Carinthia S-Bahn", }, ["S1"] = { ["color"] = "0060AE", ["left terminus"] = "Lienz", ["right terminus"] =...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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"] = "EAE9E0",
			["left terminus"] = "Villach",
			["right terminus"] = "Rosenbach",
		},
	},
}

return p