Module:Adjacent stations/Nuremberg S-Bahn

MyWikiBiz, Author Your Legacy — Thursday May 23, 2024
Jump to navigationJump to search
local p = {
	["system title"] = "[[Nuremberg S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Fürth Hbf"] = "Fürth Hauptbahnhof",
		["Nürnberg Hbf"] = "Nürnberg Hauptbahnhof",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[S1 (Nuremberg)|S1]]",
			["short name"] = "S1",
			["color"] = "92292e",
			["text color"] = "FFFFFF",
			["left terminus"] = "Bamberg",
			["right terminus"] = "Hartmannshof",
		},
		["2"] = {
			["title"] = "[[S2 (Nuremberg)|S2]]",
			["short name"] = "S2",
			["color"] = "4dbd38",
			["text color"] = "FFFFFF",
			["left terminus"] = "Roth",
			["right terminus"] = "Altdorf (b Nürnberg)",
		},
		["3"] = {
			["title"] = "[[S3 (Nuremberg)|S3]]",
			["short name"] = "S3",
			["color"] = "f1471d",
			["text color"] = "FFFFFF",
			["left terminus"] = "Nürnberg Hbf",
			["right terminus"] = "Neumarkt (Oberpfalz)",
		},
		["4"] = {
			["title"] = "[[S4 (Nuremberg)|S4]]",
			["short name"] = "S4",
			["color"] = "2d3884",
			["text color"] = "FFFFFF",
			["left terminus"] = "Dombühl",
			["right terminus"] = "Nürnberg Hbf",
		},
		["5"] = {
			["title"] = "[[S5 (Nuremberg)|S5]]",
			["short name"] = "S5",
			["color"] = "0c7bc1",
			["text color"] = "FFFFFF",
			["left terminus"] = "Nürnberg Hbf",
			["right terminus"] = "Allersberg (Rothsee)",
		},
	},
	["aliases"] = {
		["s1"] = "1",
		["s2"] = "2",
		["s3"] = "3",
		["s4"] = "4",
		["s5"] = "5",
	},
}

return p