Changes

MyWikiBiz, Author Your Legacy — Monday September 30, 2024
Jump to navigationJump to search
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,
},
["lines"] = {
["1"] = {
["title"] = "[[U1 (Nuremberg U-Bahn)|U1]]",
["short name"] = "U1",
["color"] = "005D9C",
["text color"] = "FFFFFF",
["left terminus"] = "Fürth Hardhöhe",
["right terminus"] = "Langwasser Süd",
},
["2"] = {
["title"] = "[[U2 (Nuremberg U-Bahn)|U2]]",
["short name"] = "U2",
["color"] = "E1001A",
["text color"] = "FFFFFF",
["left terminus"] = "Röthenbach",
["right terminus"] = "Flughafen",
},
["3"] = {
["title"] = "[[U3 (Nuremberg U-Bahn)|U3]]",
["short name"] = "U3",
["color"] = "38B5B7",
["text color"] = "FFFFFF",
["left terminus"] = "Großreuth bei Schweinau",
["right terminus"] = "Nordwestring",
},
-- Former services
["11"] = {
["title"] = "[[U11 (Nuremberg U-Bahn)|U11]]",
["color"] = "F1953F",
["text color"] = "FFFFFF",
["left terminus"] = "Eberhardshof",
["right terminus"] = "Messe",
},
["21"] = {
["title"] = "[[U21 (Nuremberg U-Bahn)|U21]]",
["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

Navigation menu