Module:Adjacent stations/Berlin U-Bahn: Difference between revisions

Content deleted Content added
Switches inverted so that both "Ux" and "ux" are accepted.
m Protected "Module:Adjacent stations/Berlin U-Bahn": High-risk template or module: 309 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite))
 
(8 intermediate revisions by one other user not shown)
Line 4:
local p = {
["system title"] = "[[Berlin U-Bahn]]",
["system icon"] = " ",
["station format"] = {
"%1 (Berlin U-Bahn)",
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]]",
Line 39 ⟶ 43:
["lines"] = {
["_default"] = {
["title"] = "[[File:Berlin U%1.svg|x14px|link=U%1 (Berlin U-Bahn)|%1]]" ,
["icon"] = "[[File:Berlin transit icons - %1.svg|x16px|link=%1 (Berlin U-Bahn)|%1]]",
["color"] = "53B1470066AD",
["text color"] = "F25821FFF",
},
["1U1"] = {
["text color"] = "FFFFFF7DAD4C",
["color"] = "53B147",
["left terminus"] = "Uhlandstraße",
["right terminus"] = "Warschauer Straße",
},
["2U2"] = {
["text color"] = "FFFFFFDA421E",
["color"] = "F25821",
["left terminus"] = "Ruhleben",
["right terminus"] = "Pankow",
},
["3U3"] = {
["text color"] = "FFFFFF16683D",
["color"] = "14A796",
["left terminus"] = "Krumme Lanke",
["right terminus"] = "Warschauer Straße",
},
["4U4"] = {
["text color"] = "000000F0D722",
["text color"] = "FFD403191919",
["left terminus"] = "Innsbrucker Platz",
["right terminus"] = "Nollendorfplatz",
},
["5U5"] = {
["text color"] = "FFFFFF7E5330",
["color"] = "825A42",
["left terminus"] = "Berlin Hauptbahnhof",
["right terminus"] = "Hönow",
},
["6U6"] = {
["text color"] = "FFFFFF8C6DAB",
["color"] = "8171AC",
["left terminus"] = "Alt-Tegel",
["right terminus"] = "Alt-Mariendorf",
},
["7U7"] = {
["text color"] = "FFFFFF009BD5",
["color"] = "069DD3",
["left terminus"] = "Rathaus Spandau",
["right terminus"] = "Rudow",
},
["8U8"] = {
["text color"] = "FFFFFF224F86",
["color"] = "00619F",
["left terminus"] = "Wittenau",
["right terminus"] = "Hermannstraße",
},
["9U9"] = {
["text color"] = "FFFFFFF3791D",
["color"] = "EB851C",
["left terminus"] = "Rathaus Steglitz",
["right terminus"] = "Osloer Straße",
},
-- former Former lines
["55U12"] = {
["text color"] = "FFFFFF7DAD4C",
["colorleft terminus"] = "825A42Ruhleben",
["right terminus"] = "Warschauer Straße"
},
["u55U15"] = "55"{
["color"] = "14A7967DAD4C",
["left terminus"] = "Uhlandstraße",
["right terminus"] = "Warschauer Straße"
},
["U55"] = {
["color"] = "825A427E5330",
["left terminus"] = "Berlin Hauptbahnhof",
["right terminus"] = "Brandenburger Tor",
},
-- Unrealised lines
["U10"] = {
["color"] = "8171AC808080",
["left terminus"] = "Drakestraße",
["right terminus"] = "Weißensee"
},
["U11"] = {
["color"] = "069DD3808080",
["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]]",
["color"] = "00619FDA6BA2",
["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"] = "1U1",
["2"] = "U2", ["u2"] = "2U2",
["3"] = "U3", ["u3"] = "3U3",
["4"] = "U4", ["u4"] = "4U4",
["5"] = "U5", ["u5"] = "5U5",
["6"] = "U6", ["u6"] = "6U6",
["7"] = "U7", ["u7"] = "7U7",
["8"] = "U8", ["u8"] = "8U8",
["9"] = "U9", ["u9"] = "9U9",
-- Former lines
["u55"] = "55"
["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
["u" ] = "U",
["coloru-bahn"] = "EB851CU",
},
}