Module:Adjacent stations/MBC
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Transports de la région Morges-Bière-Cossonay.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
R56 | R56 |
00a94b |
| |
R57 | R57 |
00a94b |
|
local p = {
["system title"] = "[[Transports de la région Morges-Bière-Cossonay|MBC]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
},
["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#0E3984; padding:0.5em 4px; text-align:center; align-items:center;",
["header background color"] = "03a84b",
["header text color"] = "FFFFFF",
["lines"] = {
["R56"] = {
["title"] = "[[Regio (Swiss railway train)|R56]]",
["color"] = "00a94b",
["left terminus"] = "Bière",
["right terminus"] = "Morges",
},
["R57"] = {
["title"] = "[[Regio (Swiss railway train)|R57]]",
["color"] = "00a94b",
["left terminus"] = "Apples",
["right terminus"] = "L'Isle",
},
},
}
return p