Jump to content

Module:Adjacent stations/Nuremberg S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:05, 22 May 2021 (Created page with 'local p = { ["system title"] = "Nuremberg S-Bahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Nürnberg Hbf"] = "Nürnberg Hauptbahn...'). 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"] = "[[Nuremberg S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Nürnberg Hbf"] = "Nürnberg Hauptbahnhof",
	},
	["_default"] = {
		["title"] = "[[Nuremberg S-Bahn#Current lines|S%1]]",
		["short title"] = "S%1",
	},
	["lines"] = {
		["1"] = {
			["color"] = "92292ef",
			["left terminus"] = "Bamberg",
			["right terminus"] = "Hartmannshof",
		},
		["2"] = {
			["color"] = "4dbd38f",
			["left terminus"] = "Roth",
			["right terminus"] = "Altdorf",
		},
		["3"] = {
			["color"] = "f1471df",
			["left terminus"] = "Nürnberg Hbf",
			["right terminus"] = "Hartmannshof",
		},
		["4"] = {
			["color"] = "2d3884f",
			["left terminus"] = "Dombühl",
			["right terminus"] = "Nürnberg Hbf",
		},
		["5"] = {
			["color"] = "0c7bc1f",
			["left terminus"] = "Nürnberg Hbf",
			["right terminus"] = "Allersberg (Rothsee)",
		},
	},
	["aliases"] = {
		["s1"] = "1",
		["s2"] = "2",
		["s3"] = "3",
		["s4"] = "11",
		["s5"] = "21",
	},
}

return p