Content deleted Content added
Undid revision 1231121230 by Swiss512 (talk) broke the template |
m added default text colour |
||
(2 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 120 ⟶ 122:
}
}
local sb = require('Module:Adjacent stations/Lucerne S-Bahn')
local
}
for _, v in pairs(sb_lines) do
p["lines"][v] = sb["lines"][v]
end
return p
|