Module:Adjacent stations/Nuremberg S-Bahn

From Wikipedia, the free encyclopedia

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"] = {
		["_default"] = {
			["title"] = "[[S%1 (Nuremberg)|S%1]]",
			["icon"] = "[[File:Nürnberg S%1.png|x24px|alt=]]",
		},
		["1"] = {
			["short name"] = "S1",
			["color"] = "92292e",
			["text color"] = "FFFFFF",
			["left terminus"] = "Bamberg",
			["right terminus"] = "Hartmannshof",
		},
		["2"] = {
			["short name"] = "S2",
			["color"] = "4dbd38",
			["text color"] = "FFFFFF",
			["left terminus"] = "Roth",
			["right terminus"] = "Altdorf (b Nürnberg)",
		},
		["3"] = {
			["short name"] = "S3",
			["color"] = "f1471d",
			["text color"] = "FFFFFF",
			["left terminus"] = "Nürnberg Hbf",
			["right terminus"] = "Neumarkt (Oberpfalz)",
		},
		["4"] = {
			["short name"] = "S4",
			["color"] = "2d3884",
			["text color"] = "FFFFFF",
			["left terminus"] = "Dombühl",
			["right terminus"] = "Nürnberg Hbf",
		},
		["5"] = {
			["short name"] = "S5",
			["color"] = "0c7bc1",
			["text color"] = "FFFFFF",
			["left terminus"] = "Nürnberg Hbf",
			["right terminus"] = "Allersberg (Rothsee)",
		},
		["6"] = {
			["short name"] = "S6",
			["color"] = "8d9d44",
			["text color"] = "FFFFFF",
			["left terminus"] = "Neustadt (Aisch)",
			["right terminus"] = "Nürnberg Hbf",
		},
	},
	["aliases"] = {
		["s1"] = "1",
		["s2"] = "2",
		["s3"] = "3",
		["s4"] = "4",
		["s5"] = "5",
		["s6"] = "6",
	},
}

return p