Module:Adjacent stations/Vorarlberg S-Bahn

MyWikiBiz, Author Your Legacy — Monday April 29, 2024
Jump to navigationJump to search

Template:Adjacent stations doc

Lines

Template:Col-2 Line and color key: Template:Rail template docTemplate:Rail template docTemplate:Rail template docTemplate:Rail template docTemplate:Rail template docTemplate:Col-2 Bahnlinie-style icons using {{rail color box}}: Template:Col-end
local p = {
	["system title"] = "[[Vorarlberg S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Lindau-Insel"] = "Lindau-Insel station",
		["Lindau-Reutin"] = "%1 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