Module:Adjacent stations/Berlin U-Bahn
< Module:Adjacent stations
नेविगेशन पर जाएँ
खोज पर जाएँ
imported>Vedbas द्वारा परिवर्तित ०७:१३, २४ जुलाई २०२१ का अवतरण (add)
Lines
साँचा:Rail template doc साँचा:Rail template doc साँचा:Rail template doc साँचा:Rail template doc साँचा:Rail template doc साँचा:Rail template doc साँचा:Rail template doc साँचा:Rail template doc साँचा:Rail template doc साँचा:Rail template doc साँचा:Rail template doc
local berlin = "%1 station (Berlin U-Bahn)"
local p = {
["system title"] = "[[Berlin U-Bahn]]",
["system icon"] = "[[File:U-Bahn.svg|20px|link=Berlin U-Bahn]]",
["station format"] = {
"%1 station",
["Hauptbahnhof"] = "Berlin Hauptbahnhof",
["Hohenzollernplatz"] = berlin,
["Uhlandstraße"] = berlin,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 (Berlin U-Bahn)|%1]]"
},
["U1"] = {
["text color"] = "FFFFFF",
["color"] = "53B147",
["left terminus"] = "Uhlandstraße",
["right terminus"] = "Warschauer Straße",
},
["U2"] = {
["text color"] = "FFFFFF",
["color"] = "F25821",
["left terminus"] = "Ruhleben",
["right terminus"] = "Berlin-Pankow",
},
["U3"] = {
["text color"] = "FFFFFF",
["color"] = "14A796",
["left terminus"] = "Krumme Lanke",
["right terminus"] = "Warschauer Straße",
},
["U4"] = {
["text color"] = "000000",
["color"] = "FFD403",
["left terminus"] = "Berlin Innsbrucker Platz",
["right terminus"] = "Nollendorfplatz",
},
["U5"] = {
["text color"] = "FFFFFF",
["color"] = "825A42",
["left terminus"] = "Hauptbahnhof",
["right terminus"] = "Hönow",
},
["U6"] = {
["text color"] = "FFFFFF",
["color"] = "8171AC",
["left terminus"] = "Alt-Tegel",
["right terminus"] = "Alt-Mariendorf",
},
["U7"] = {
["text color"] = "FFFFFF",
["color"] = "069DD3",
["left terminus"] = "Rathaus Spandau",
["right terminus"] = "Rudow",
},
["U8"] = {
["text color"] = "FFFFFF",
["color"] = "00619F",
["left terminus"] = "Berlin-Wittenau",
["right terminus"] = "Berlin Hermannstraße",
},
["U9"] = {
["text color"] = "FFFFFF",
["color"] = "EB851C",
["left terminus"] = "Berlin Rathaus Steglitz",
["right terminus"] = "Osloer Straße",
},
-- former lines
["U55"] = {
["text color"] = "FFFFFF",
["color"] = "825A42",
["left terminus"] = "Hauptbahnhof",
["right terminus"] = "Berlin Brandenburger Tor",
},
},
["aliases"] = {
["1"] = "U1",
["2"] = "U2",
["3"] = "U3",
["4"] = "U4",
["5"] = "U5",
["6"] = "U6",
["7"] = "U7",
["8"] = "U8",
["9"] = "U9",
["55"] = "U55",
},
}
return p