Jump to content

Module:Adjacent stations/Stuttgart S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 18:36, 11 July 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Stuttgart S-Bahn]]",
	["line icon format"] = "croute",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Schwabstraße"] = "Stuttgart Schwabstraße station",
		["Stadtmitte"] = "Stuttgart Stadtmitte station",
		["Stuttgart"] = "Stuttgart Hauptbahnhof",
		["Esslingen"] = "Esslingen (Neckar) station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Stuttgart_S-Bahn#Lines|%1]]",
		},
		["S 1"] = {
			["color"] = "5c8e3c",
			["text color"] = "ffffff",
			["left terminus"] = "Herrenberg",
			["right terminus"] = "Kirchheim (Teck)",
		},
		["S 2"] = {
			["color"] = "dc022c",
			["left terminus"] = "Filderstadt",
			["right terminus"] = "Schorndorf",
		},
		["S 3"] = {
			["color"] = "f4aa04",
			["text color"] = "ffffff",
			["left terminus"] = "Flughafen",
			["right terminus"] = "Backnang",
		},
		["S 4"] = {
			["color"] = "0c66b4",
			["left terminus"] = "Schwabstraße",
			["right terminus"] = "Backnang",
		},
		["S 5"] = {
			["color"] = "04aae4",
			["text color"] = "ffffff",
			["left terminus"] = "Bietigheim-Bissingen",
			["right terminus"] = "Schwabstraße",
		},
		["S 6"] = {
			["color"] = "8c6204",
			["left terminus"] = "Weil der Stadt",
			["right terminus"] = "Schwabstraße",
		},
		["S 60"] = {
			["color"] = "748e20",
			["text color"] = "ffffff",
			["left terminus"] = "Böblingen",
			["right terminus"] = "Schwabstraße",
		},
	},
	["aliases"] = {
		["1"] = "S 1",
		["2"] = "S 2",
		["3"] = "S 3",
		["4"] = "S 4",
		["5"] = "S 5",
		["6"] = "S 6",
		["60"] = "S 60",
		["s1"] = "S 1",
		["s2"] = "S 2",
		["s3"] = "S 3",
		["s4"] = "S 4",
		["s5"] = "S 5",
		["s6"] = "S 6",
		["s60"] = "S 60",
	}
}

return p