Content deleted Content added
fix broken links; update stations |
MusikBot II (talk | contribs) m Protected "Module:Adjacent stations/Berlin U-Bahn": High-risk template or module: 309 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite)) |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 4:
local p = {
["system title"] = "[[Berlin U-Bahn]]",
["system icon"] = "
["station format"] = {
"%1 (Berlin U-Bahn)",
Line 11:
["Brandenburger Tor"] = s,
["Bundesplatz"] = s,
["Friedrichstraße"] = s,
["Heidelberger Platz"] = s,
["Hermannstraße"] = s,
Line 25:
["Wuhletal"] = s,
["Yorckstraße"] = s,
▲ ["Gesundbrunnen"] = hs,
["Lichtenberg"] = hs,
["Pankow"] = hs,
Line 32:
["Wedding"] = hs,
["Wittenau"] = hs,
["Drakestraße"] = "U10 (Berlin U-Bahn)",
["Weißensee"] = "U10 (Berlin U-Bahn)",
["Glambecker Ring"] = "U11 (Berlin U-Bahn)",
["Berlin Hauptbahnhof"] = "[[%1|Berlin Hbf]]",
["Eisenacher Straße"] = "
["Hauptbahnhof"] = "[[Berlin Hauptbahnhof|
▲ ["Zoologischer Garten"] = "[[Berlin %1 railway station|%1]]"
},
["lines"] = {
["_default"] = {
["title"] = "[[
["icon"] = "[[File:Berlin transit icons - %1.svg|x16px|link=%1 (Berlin U-Bahn)|%1]]",
},
["U1"] = {
["
▲ ["color"] = "53B147",
["left terminus"] = "Uhlandstraße",
["right terminus"] = "Warschauer Straße"
},
["U2"] = {
["
▲ ["color"] = "F25821",
["left terminus"] = "Ruhleben",
["right terminus"] = "Pankow"
},
["U3"] = {
["
["color"] = "14A796",▼
["left terminus"] = "Krumme Lanke",
["right terminus"] = "Warschauer Straße"
},
["U4"] = {
["
["text color"] = "
["left terminus"] = "Innsbrucker Platz",
["right terminus"] = "Nollendorfplatz"
},
["U5"] = {
["
["color"] = "825A42",▼
["left terminus"] = "Berlin Hauptbahnhof",
["right terminus"] = "Hönow"
},
["U6"] = {
["
["color"] = "8171AC",▼
["left terminus"] = "Alt-Tegel",
["right terminus"] = "Alt-Mariendorf"
},
["U7"] = {
["
["color"] = "069DD3",▼
["left terminus"] = "Rathaus Spandau",
["right terminus"] = "Rudow"
},
["U8"] = {
["
["color"] = "00619F",▼
["left terminus"] = "Wittenau",
["right terminus"] = "Hermannstraße"
},
["U9"] = {
["
["color"] = "EB851C",▼
["left terminus"] = "Rathaus Steglitz",
["right terminus"] = "Osloer Straße"
},
["left terminus"] = "Ruhleben",
["right terminus"] = "Warschauer Straße"
},
["U15"] = {
["left terminus"] = "Uhlandstraße",
["right terminus"] = "Warschauer Straße"
},
▲ -- former lines
["U55"] = {
["
["color"] = "825A42",▼
["left terminus"] = "Berlin Hauptbahnhof",
["right terminus"] = "Brandenburger Tor"
},
-- Unrealised lines
["U10"] = {
["left terminus"] = "Drakestraße",
["right terminus"] = "Weißensee"
},
["U11"] = {
["left terminus"] = "Hauptbahnhof",
["right terminus"] = "Glambecker Ring"
},
["U0"] = {
["title"] = "[[Berlin U-Bahn#Future development|U0]]",
["icon"] = "[[File:Berlin transit icons - U0.svg|x16px|link=Berlin U-Bahn#Future development|U0]]",
["circular"] = true,
["left terminus"] = "counter-clockwise",
["right terminus"] = "clockwise"
},
-- Generic
["U"] = {
["title"] = "[[Berlin U-Bahn|U]]",
["icon"] = "[[File:U-Bahn.svg|16px|link=Berlin U-Bahn|Berlin U-Bahn]]"
},
},
["aliases"] = {
["1"] = "U1", ["u1"] = "U1",
["2"] = "U2", ["u2"] = "U2",
["3"] = "U3", ["u3"] = "U3",
["4"] = "U4", ["u4"] = "U4",
["5"] = "U5", ["u5"] = "U5",
["6"] = "U6", ["u6"] = "U6",
["7"] = "U7", ["u7"] = "U7",
["8"] = "U8", ["u8"] = "U8",
["9"] = "U9", ["u9"] = "U9",
-- Former lines
▲ ["55"] = "U55",
["12"] = "U12", ["u12"] = "U12",
["15"] = "U15", ["u15"] = "U15",
["55"] = "U55", ["u55"] = "U55",
-- Unrealised lines
["10"] = "U10", ["u10"] = "U10",
["11"] = "U11", ["u11"] = "U11",
["0" ] = "U0" , ["u0" ] = "U0",
-- Generic
},
}
|