Content deleted Content added
m updated color for the RE11 |
m added default text colour |
||
(7 intermediate revisions by the same user not shown) | |||
Line 9:
["header text color"] = "0028a0",
["lines"] = {
["_default"] = {
["icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",▼
},▼
-- IR (InterRegio)
["IR 17"] = {
Line 34 ⟶ 39:
["RE1"] = {
["title"] = "[[RegioExpress|RE1]]",
▲ ["color"] = "093C84E",
["left terminus"] = "Bern",
["right terminus"] = {"Brig", "Domodossola", "Zweisimmen"},
▲ ["icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",
["types"] = {
["Lötschberg"] = {
Line 51 ⟶ 54:
["RE2"] = {
["title"] = "[[RegioExpress|RE2]]",
["color"] = "
["left terminus"] = "Brig",
["right terminus"] = "Domodossola",
["types"] = {
["Visp"] = {
Line 64 ⟶ 66:
["RE7"] = {
["title"] = "[[RegioExpress|RE7]]",
▲ ["color"] = "093C84E",
["left terminus"] = "Bern",
["right terminus"] = "Lucerne",
["types"] = {
["S7"] = {
▲ },
["left terminus"] = {"Bern", "Willisau", "Langenthal"},
},▼
},
},
["RE8"] = {
["title"] = "[[RegioExpress|RE8]]",
▲ ["color"] = "093C84E",
["left terminus"] = "Zweisimmen",
["right terminus"] = "Spiez",
},
["RE9"] = {
["title"] = "[[RegioExpress|RE9]]",
["color"] = "093C84E",▼
["left terminus"] = "Spiez",
["right terminus"] = "Interlaken Ost",
},
["RE11"] = {
Line 89 ⟶ 91:
["right terminus"] = "Brig",
["note-mid"] = "Weekends only",
["types"] = {
["Zollikofen"] = {
Line 105 ⟶ 106:
["left terminus"] = "Zweisimmen",
["right terminus"] = "Bern",
},
["R12"] = {
Line 112:
["left terminus"] = "Spiez",
["right terminus"] = "Frutigen",
},
-- GPX (GoldenPass Express)
▲ }
["GPX"] = {
["title"] = "''[[GoldenPass Express]]''",
["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
|