Jump to content

Module:Adjacent stations/Vienna S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 23:12, 15 June 2023 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Vienna S-Bahn", ["system icon"] = "20px|link=Vienna S-Bahn", ["station format"] = { "%1 railway station", ["St. Pölten"] = hbf, ["Wien"] = hbf, ["Wien FJB"] = "Wien Franz-Josefs-Bahnhof", ["Wiener Neustadt"] = hbf, }, ["lines"] = { ["_default"] = { ["title"] = "%1", ["color"] = "469CD4", ["icon"] = "[[File:%1 W...'). 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"] = "[[Vienna S-Bahn]]",
	["system icon"] = "[[File:S-Bahn Austria.svg|20px|link=Vienna S-Bahn]]",
	["station format"] = {
		"%1 railway station",
		["St. Pölten"] = hbf,
		["Wien"] = hbf,
		["Wien FJB"] = "Wien Franz-Josefs-Bahnhof",
		["Wiener Neustadt"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (Vienna)|%1]]",
			["color"] = "469CD4",
			["icon"] = "[[File:%1 Wien.svg|32px|alt=]]",
		},
		["S1"] = {
			["left terminus"] = "Wien Meidling",
			["right terminus"] = "Gänserndorf",
		},
		["S2"] = {
			["left terminus"] = "Mödling",
			["right terminus"] = "Laa an der Thaya",
		},
		["S3"] = {
			["left terminus"] = "Wiener Neustadt",
			["right terminus"] = "Hollabrunn",
		},
		["S4"] = {
			["left terminus"] = "Wiener Neustadt",
			["right terminus"] = "Absdorf-Hippersdorf",
		},
		["S7"] = {
			["left terminus"] = "Wolfsthal",
			["right terminus"] = "Laa an der Thaya",
		},
		["S40"] = {
			["left terminus"] = "St. Pölten",
			["right terminus"] = "Wien FJB",
		},
		["S45"] = {
			["color"] = "C1D781",
			["left terminus"] = "Wien Hütteldorf",
			["right terminus"] = "Wien Handelskai",
		},
		["S50"] = {
			["left terminus"] = "Neulengbach",
			["right terminus"] = "Wien Westbahnhof",
		},
		["S60"] = {
			["left terminus"] = "Wiener Neustadt",
			["right terminus"] = "Bruck an der Leitha",
		},
		["S80"] = {
			["left terminus"] = "Wien Hütteldorf",
			["right terminus"] = "Wien Aspern Nord",
		},
	},
}

return p