Content deleted Content added
No edit summary |
Cards84664 (talk | contribs) icon |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 8:
local p = {
["system title"] = "[[Berlin S-Bahn]]",
["system icon"] = "[[File:S-Bahn-Logo.svg|16px|alt=]]",
["station format"] = {
"%1 station",
Line 136 ⟶ 137:
["lines"] = {
["_default"] = {
["title"] = "[[
["icon"] = "[[File:Berlin transit icons - %1.svg|x16px|link=%1 (Berlin)|%1]]",
["color"] = "
["text color"] = "FFF"
},
Line 158 ⟶ 159:
["S26"] = {
["color"] = "007734",
["left terminus"] = "
["right terminus"] = "Teltow Stadt"
},
Line 181 ⟶ 182:
["color"] = "CD9C53",
["left terminus"] = "Südkreuz",
["right terminus"] = "BER Airport
},
["S46"] = {
Line 215 ⟶ 216:
["S85"] = {
["color"] = "66AA22",
["left terminus"] = "
["right terminus"] = "Grünau"
},
Line 221 ⟶ 222:
["color"] = "992746",
["left terminus"] = "Spandau",
["right terminus"] = "BER Airport
},
-- Future lines
["S21vor"] = {
["title"] = "[[
["short name"] = "S21",
["icon"] = "[[File:Berlin transit icons - S21.svg|x16px|link=S21 (Berlin)|S21]]",
Line 234 ⟶ 235:
-- Former lines
["S21"] = {
["title"] = "[[
["icon"] = "[[File:Berlin transit icons - S21.svg|x16px|link=S21 (Berlin)#Former services|S21]]",
["color"] = "007734",
Line 241 ⟶ 242:
},
["S3E"] = {
["title"] = "[[
["short name"] = "S3",
["icon"] = "[[File:Berlin transit icons - S3E.svg|x16px|link=S3 (Berlin)#History|S3 (Strausberg branch)]]",
Line 249 ⟶ 250:
},
["S3B"] = {
["title"] = "[[
["short name"] = "S3",
["icon"] = "[[File:Berlin transit icons - S3B.svg|x16px|link=S3 (Berlin)#History|S3 (Erkner branch)]]",
Line 258 ⟶ 259:
},
["S3H"] = {
["title"] = "[[
["short name"] = "S3",
["icon"] = "[[File:Berlin transit icons - S3H.svg|x16px|link=S3 (Berlin)#History|S3 (Königs Wusterhausen branch)]]",
Line 266 ⟶ 267:
},
["S3C"] = {
["title"] = "[[
["short name"] = "S3",
["icon"] = "[[File:Berlin transit icons - S3C.svg|x16px|link=S3 (Berlin)#History|S3 (Schönefeld Airport branch)]]",
Line 279 ⟶ 280:
},
["S45alt"] = {
["title"] = "[[
["short name"] = "S45",
["icon"] = "[[File:Berlin transit icons - S45alt.svg|x16px|link=S45 (Berlin)|S45]]",
Line 287 ⟶ 288:
},
["S46alt"] = {
["title"] = "[[
["short name"] = "S46",
["
["color"] = "AD5937",
["left terminus"] = "Westend",
Line 313 ⟶ 314:
["left terminus"] = "Oranienburg",
["right terminus"] = "Hennigsdorf"
},
-- Generic
["S"] = {
["title"] = "[[S-Bahn Berlin|S]]",
["icon"] = "[[File:S-Bahn-Logo.svg|16px|link=Berlin S-Bahn|Berlin S-Bahn]]"
},
},
["aliases"] = {
["1" ] = "S1" , ["s1" ] = "S1" ,
["2" ] = "S2" , ["s2" ] = "S2" ,
["25"] = "S25", ["s25"] = "S25",
["26"] = "S26", ["s26"] = "S26",
["3" ] = "S3" , ["s3" ] = "S3" ,
["41"] = "S41", ["s41"] = "S41",
["42"] = "S42", ["s42"] = "S42",
["45"] = "S45", ["s45"] = "S45",
["46"] = "S46", ["s46"] = "S46",
["47"] = "S47", ["s47"] = "S47",
["5" ] = "S5" , ["s5" ] = "S5" ,
["7" ] = "S7" , ["s7" ] = "S7" ,
["75"] = "S75", ["s75"] = "S75",
["8" ] = "S8" , ["s8" ] = "S8" ,
["85"] = "S85", ["s85"] = "S85",
["9" ] = "S9" , ["s9" ] = "S9" ,
-- Future lines
["21vor" ] = "
["s21vor"] = "S21vor",
-- Former lines
["21"] = "S21", ["s21"] = "S21",
["
["
["
["
["4" ] = "S4" , ["s4" ] = "S4" ,
["
["
["
["
["
["
-- Generic
["s" ] = "S",
["s-bahn"] = "S"
}
}
|