Module:Adjacent stations/BLS: Difference between revisions

Content deleted Content added
fixed error
Tag: Reverted
m added default text colour
 
(10 intermediate revisions by 2 users not shown)
Line 9:
["header text color"] = "0028a0",
["lines"] = {
["_default"] = {
["color"] = "093c84e093c84",
["text color"] = "093c84eFFFFFF",
["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"] = "093c84ec5c5c5",
["left terminus"] = "Brig",
["right terminus"] = "Domodossola",
["icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",
["types"] = {
["Visp"] = {
Line 64 ⟶ 66:
["RE7"] = {
["title"] = "[[RegioExpress|RE7]]",
["color"] = "093c84e",
["left terminus"] = "Bern",
["right terminus"] = "Lucerne",
["types"] = {
["icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",
["S7"] = {
},
["colortitle"] = "093c84e",
["left terminus"] = {"Bern", "Willisau", "Langenthal"},
},
},
},
["RE8"] = {
["title"] = "[[RegioExpress|RE8]]",
["color"] = "093c84e",
["left terminus"] = "Zweisimmen",
["right terminus"] = "Spiez",
["icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",
},
["RE9"] = {
["title"] = "[[RegioExpress|RE9]]",
["color"] = "093c84e",
["left terminus"] = "Spiez",
["right terminus"] = "Interlaken Ost",
["icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",
},
["RE11"] = {
["title"] = "[[RegioExpress|RE11]]",
["color"] = "093c84ec5c5c5",
["left terminus"] = "Biel/Bienne",
["right terminus"] = "Brig",
["note-mid"] = "Weekends only",
["icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",
["types"] = {
["Zollikofen"] = {
Line 105 ⟶ 106:
["left terminus"] = "Zweisimmen",
["right terminus"] = "Bern",
["icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",
},
["R12"] = {
Line 112:
["left terminus"] = "Spiez",
["right terminus"] = "Frutigen",
},
["icon"] = "[[File:BLS AG logo.svg|20px|link=BLS AG]]",
-- GPX (GoldenPass Express)
}
["GPX"] = {
["title"] = "''[[GoldenPass Express]]''",
["color"] = "093c84e172a4c",
["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