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 WOSlinker (talk | contribs) at 07:52, 11 June 2022 (Created page with 'local p = { ["system title"] = "Stuttgart S-Bahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Stuttgart"] = "Stuttgart Hauptbahnhof", ["Esslingen"] = "Esslingen (Neckar) station", }, ["lines"] = { ["_default"] = { ["title"] = "%1", }, ["S1"] = { ["color"] = "5c8e3c", ["left terminus"] = "", ["right terminus"] = "", }, ["S2"] = { ["color"] = "dc022c", ["left terminus"] =...'). 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"] = "[[Stuttgart S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Stuttgart"] = "Stuttgart Hauptbahnhof",
		["Esslingen"] = "Esslingen (Neckar) station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Stuttgart_S-Bahn#Lines|%1]]",
		},
		["S1"] = {
			["color"] = "5c8e3c",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["S2"] = {
			["color"] = "dc022c",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["S3"] = {
			["color"] = "f4aa04",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["S4"] = {
			["color"] = "0c66b4",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["S5"] = {
			["color"] = "04aae4",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["S6"] = {
			["color"] = "8c6204",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["S60"] = {
			["color"] = "748e20",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
	["aliases"] = {
		["1"] = "S1",
		["2"] = "S2",
		["3"] = "S3",
		["4"] = "S4",
		["5"] = "S5",
		["6"] = "S6",
		["60"] = "S60",
	}
}

return p