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 Alex234 (talk | contribs) at 04:54, 26 May 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Vorarlberg S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Lindau-Insel"] = "Lindau-Insel station",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Vorarlberg S-Bahn#Lines|S1]]",
			["short name"] = "S1",
			["text color"] = "FFFFFF",
			["color"] = "DC0530",
			["left terminus"] = "Bludenz",
			["right terminus"] = "Lindau-Insel",
		},
		["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