Jump to content

Module:Adjacent stations/S-Bahn Mitteldeutschland

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 18:45, 7 July 2022 (Created page with 'local hbf = "%1 hbf" local p = { ["system title"] = "S-Bahn Mitteldeutschland", ["station format"] = { "%1 railway station", ["Dessau"] = hbf, ["Lutherstadt Wittenberg"] = hbf, ["Halle (Saale)"] = hbf, ["Halle"] = "Halle (Saale) Hbf", ["Leipzig"] = hbf }, ["lines"] = { ["_default"] = { ["title"] = "S %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 hbf = "[[%1 Hauptbahnhof|%1 hbf]]"

local p = {
	["system title"] = "[[S-Bahn Mitteldeutschland]]",
	["station format"] = {
		"%1 railway station",
		["Dessau"] = hbf,
		["Lutherstadt Wittenberg"] = hbf,
		["Halle (Saale)"] = hbf,
		["Halle"] = "[[Halle (Saale) Hauptbahnhof|Halle (Saale) Hbf]]",
		["Leipzig"] = hbf
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[S-Bahn Mitteldeutschland#Network of the S-Bahn Mitteldeutschland|S %1]]",
		},
		["1"] = {
			["text color"] = "000000",
			["color"] = "FFFF00",
			["short name"] = "S 1",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["2"] = {
			["text color"] = "FFFFFF",
			["color"] = "009BD4",
			["short name"] = "S 2",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["3"] = {
			["text color"] = "FFFFFF",
			["color"] = "E10000",
			["short name"] = "S 3",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["4"] = {
			["text color"] = "FFFFFF",
			["color"] = "018243",
			["short name"] = "S 4",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["5"] = {
			["text color"] = "FFFFFF",
			["color"] = "FF8000",
			["short name"] = "S 5",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["5x"] = {
			["text color"] = "000000",
			["color"] = "EBBD00",
			["short name"] = "S 5X",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["6"] = {
			["text color"] = "FFFFFF",
			["color"] = "772233",
			["short name"] = "S 6",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["7"] = {
			["text color"] = "FFFFFF",
			["color"] = "7A67EE",
			["short name"] = "S 7",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["8"] = {
			["text color"] = "FFFFFF",
			["color"] = "5E6DB3",
			["short name"] = "S 8",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["9"] = {
			["text color"] = "FFFFFF",
			["color"] = "A3238E",
			["short name"] = "S 9",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["10"] = {
			["text color"] = "FFFFFF",
			["color"] = "0000EE",
			["short name"] = "S 10",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["11"] = {
			["text color"] = "000000",
			["color"] = "FFFF00",
			["short name"] = "S 1",
			["left terminus"] = "",
			["right terminus"] = ""
		},
	},
	["aliases"] = {
		["s1"] = "1",
		["s2"] = "2",
		["s3"] = "3",
		["s4"] = "4",
		["s5"] = "5",
		["s5x"] = "5x",
		["s6"] = "6",
		["s7"] = "7",
		["s8"] = "8",
		["s9"] = "9",
		["s10"] = "10",
		["s11"] = "11",
	}
}

return p