Content deleted Content added
++ |
m added default text colour |
||
(37 intermediate revisions by 3 users not shown) | |||
Line 1:
local p = {
["system title"] = "[[BLS AG|BLS]]",
["system icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",
["station format"] = {
"%1 railway station",
Line 9:
["header text color"] = "0028a0",
["lines"] = {
["
["
["text color"] = "
["icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",
-- IR (InterRegio)
["color"] = "25539c",
["icon"] = "[[File:IR 17 logo.svg|40px|link=InterRegio]]",
["IR 65"] = {
["color"] = "007dbe",
["right terminus"] = "Bern",
["icon"] = "[[File:IR 65 logo.svg|40px|link=InterRegio]]",
["IR 66"] = {
["title"] = "[[InterRegio|IR 66]]",
["color"] = "1eb2b3",
["left terminus"] = "La Chaux-de-Fonds",
["right terminus"] = "Bern",
["icon"] = "[[File:IR 66 logo.svg|40px|link=InterRegio]]",
-- RE (RegioExpress)
["RE1"] = {
["left terminus"] = "Bern",
["right terminus"] = {"Brig", "Domodossola", "Zweisimmen"},
["types"] = {
["
["title"] = "
["
["right terminus"] = "Domodossola",
},
},
▲ ["Bern-Lucerne"] = {
▲ ["title"] = "Bern to Lucerne",
["color"] = "c5c5c5",
▲ },
["
▲ ["left terminus"] = "Zweisimmen",
▲ ["right terminus"] = "Interlaken Ost",
},
},
},
["
["title"] = "[[
["
["right terminus"] = "Lucerne",
["types"] = {
["
["title"] = "
["left terminus"] = {"
▲ ["right terminus"] = "Solothurn",
},
},
▲ ["Spiez-Interlaken"] = {
},
▲ ["title"] = "Spiez to Interlaken",
▲ },
},
▲ ["title"] = "Thun to Konolfingen",
["left terminus"] = "Spiez",
▲ },
},
▲ ["title"] = "Zweisimmen to Bern",
["color"] = "c5c5c5",
▲ },
["left terminus"] = "Biel/Bienne",
▲ },
["right terminus"] = "Brig",
["note-mid"] = "Weekends only",
["types"] = {
["Zollikofen"] = {
["title"] = "",
["left terminus"] = "Brig",
["right terminus"] = "Biel/Bienne",
},
},
},
▲ },
-- R (Regio)
["R11"] = {
["title"] = "[[Regio (Swiss railway train)|R11]]",
["color"] = "818281",
["left terminus"] = "Zweisimmen",
["right terminus"] = "Bern",
},
["R12"] = {
["title"] = "[[Regio (Swiss railway train)|R12]]",
["color"] = "818281",
["left terminus"] = "Spiez",
["right terminus"] = "Frutigen",
},
-- GPX (GoldenPass Express)
["GPX"] = {
["title"] = "''[[GoldenPass Express]]''",
["color"] = "172a4c",
["left terminus"] = "Montreux",
["right terminus"] = "Interlaken Ost",
},
}
}
local sb = require('Module:Adjacent stations/Lucerne S-Bahn')
local sb_lines = {
"7",
}
for _, v in pairs(sb_lines) do
p["lines"][v] = sb["lines"][v]
end
return p
|