Jump to content

Module:Adjacent stations/Vorarlberg S-Bahn

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:50, 3 January 2020 (Created page with 'local p = { ["system title"] = "Vorarlberg S-Bahn", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["lines"] = { ["1"] = {...'). 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 p = {
	["system title"] = "[[Vorarlberg S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Vorarlberg S-Bahn#Lines|S1]]",
			["short name"] = "S1",
			["text color"] = "FFFFFF",
			["color"] = "DC0530",
			["left terminus"] = "Bludenz",
			["right terminus"] = "Lindau",
		},
		["3"] = {
			["title"] = "[[Vorarlberg S-Bahn#Lines|S3]]",
			["short name"] = "S3",
			["text color"] = "FFFFFF",
			["color"] = "DC0530",
			["left terminus"] = "St. Margrethen",
			["right terminus"] = "Bregenz",
		},
		["4"] = {
			["title"] = "[[Vorarlberg S-Bahn#Lines|S4]]",
			["short name"] = "S4",
			["text color"] = "FFFFFF",
			["color"] = "DC0530",
			["left terminus"] = "Bludenz",
			["right terminus"] = "Schruns",
		},
	},
}

return p