Module:Adjacent stations/Nuremberg U-Bahn
Appearance
local ubahn = "%1 station (Nuremberg U-Bahn)"
local p = {
["system title"] = "[[Nuremberg U-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Fürth Hbf"] = "Fürth Hauptbahnhof",
["Nürnberg Hbf"] = "Nürnberg Hauptbahnhof",
["Rathaus"] = ubahn,
["Rennweg"] = "Rennweg station (Nuremberg U-Bahn)",
},
["lines"] = {
["_default"] = {
["title"] = "[[U%1 (Nuremberg U-Bahn)|U%1]]",
["icon"] = "[[File:Nürnberg U%1.svg|x24px|alt=]]",
},
["1"] = {
["short name"] = "U1",
["color"] = "005D9C",
["text color"] = "FFFFFF",
["left terminus"] = "Fürth Hardhöhe",
["right terminus"] = "Langwasser Süd",
},
["2"] = {
["short name"] = "U2",
["color"] = "E1001A",
["text color"] = "FFFFFF",
["left terminus"] = "Röthenbach",
["right terminus"] = "Flughafen",
},
["3"] = {
["short name"] = "U3",
["color"] = "38B5B7",
["text color"] = "FFFFFF",
["left terminus"] = "Großreuth bei Schweinau",
["right terminus"] = "Nordwestring",
},
-- Former services
["11"] = {
["color"] = "F1953F",
["text color"] = "FFFFFF",
["left terminus"] = "Eberhardshof",
["right terminus"] = "Messe",
},
["21"] = {
["color"] = "FFD400",
["text color"] = "FFFFFF",
["left terminus"] = "Röthenbach",
["right terminus"] = "Ziegelstein",
},
},
["aliases"] = {
["u1"] = "1",
["u2"] = "2",
["u3"] = "3",
["u11"] = "11",
["u21"] = "21",
},
}
return p