Content deleted Content added
added default color and icon |
m added default text colour |
||
(6 intermediate revisions by the same user not shown) | |||
Line 11:
["_default"] = {
["color"] = "093c84",
["text color"] = "FFFFFF",
["icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",
},
Line 53 ⟶ 54:
["RE2"] = {
["title"] = "[[RegioExpress|RE2]]",
["color"] = "c5c5c5",
["left terminus"] = "Brig",
["right terminus"] = "Domodossola",
Line 66 ⟶ 68:
["left terminus"] = "Bern",
["right terminus"] = "Lucerne",
["types"] = {
},▼
["S7"] = {
["title"] = "",
["left terminus"] = {"Bern", "Willisau", "Langenthal"},
},
▲ },
},
["RE8"] = {
["title"] = "[[RegioExpress|RE8]]",
Line 104 ⟶ 112:
["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
|