मॉड्यूल:Adjacent stations/Berlin U-Bahn
यह मॉड्यूल:आसन्न स्टेशन के लिए [एक] अनुखंड आंकड़ा है। यह सेवाओं का समर्थन करता है जो Berlin U-Bahn द्वारा संचालित शामिल है।
Lines
संपादित करेंलाइन | शब्द | रंग | हेक्स रंग | चिन्ह |
---|---|---|---|---|
U1 | U1 या 1 |
53B147 |
| |
U2 | U2 या 2 |
F25821 |
| |
U3 | U3 या 3 |
14A796 |
| |
U4 | U4 या 4 |
FFD403 |
| |
U5 | U5 या 5 |
825A42 |
| |
U6 | U6 या 6 |
8171AC |
| |
U7 | U7 या 7 |
069DD3 |
| |
U8 | U8 या 8 |
00619F |
| |
U9 | U9 या 9 |
EB851C |
|
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