This is a data module for Module:Adjacent stations. It supports services operated by Transports de la région Morges-Bière-Cossonay.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
R56 | R56 |
00a94b |
| |
R57 | R57 |
00a94b |
|
local p = {
["system title"] = "[[Transports de la région Morges-Bière-Cossonay]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
},
["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"] = "L'Isle",
["right terminus"] = "Apples",
},
},
}
return p