Jump to content

Module:Adjacent stations/Dresden S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 15:24, 11 July 2022 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Dresden S-Bahn", ["station format"] = { "%1 station", ["Dresden"] = hbf }, ["lines"] = { ["_default"] = { ["title"] = "%1" }, ["S 1"] = { ["color"] = "F76521", -- "F36421", ["text color"] = "FFFFFF", ["left terminus"] = "Meißen Triebischtal", ["right terminus"] = "Schöna" }, ["S 2"] = { ["color"] = "CE2029", -- "B8282E", [...'). 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"] = "[[Dresden S-Bahn]]",
	["station format"] = {
		"%1 station",
		["Dresden"] = hbf
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Dresden S-Bahn|%1]]"
		},
		["S 1"] = {
			["color"] = "F76521", -- "F36421",
			["text color"] = "FFFFFF",
			["left terminus"] = "Meißen Triebischtal",
			["right terminus"] = "Schöna"
		},
		["S 2"] = {
			["color"] = "CE2029", -- "B8282E",
			["text color"] = "FFFFFF",
			["left terminus"] = "Dresden Flughafen",
			["right terminus"] = "Pirna"
		},
		["S 3"] = {
			["color"] = "EF0873", -- "ED0172",
			["text color"] = "FFFFFF",
			["left terminus"] = "Freiberg (Sachs)",
			["right terminus"] = "Dresden"
		},
	},
	["aliases"] = {
		["1"] = "S 1",
		["2"] = "S 2",
		["3"] = "S 3"
	}
}

return p