Jump to content

Module:Adjacent stations/Carinthia S-Bahn: Difference between revisions

From Humanipedia
hp>Mackensen
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:38, 3 February 2025

This is a data module for Module:Adjacent stations. It supports services operated by Carinthia S-Bahn.

Lines[edit source]

Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc


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