This is a data module for Module:Adjacent stations. It supports services operated by Transports Montreux–Vevey–Riviera.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
R35 | R35 |
963831 |
| |
R37 | R37 |
d37c98 |
|
local p = {
["system title"] = "[[Transports Montreux–Vevey–Riviera]]",
["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"] = "FFFFFF",
["header text color"] = "1E1E1E",
["lines"] = {
-- R (Regio)
["R35"] = {
["title"] = "[[Regio (Swiss railway train)|R35]]",
["color"] = "963831",
["left terminus"] = "Vevey",
["right terminus"] = "Les Pléiades",
},
["R37"] = {
["title"] = "[[Regio (Swiss railway train)|R37]]",
["color"] = "d37c98",
["left terminus"] = "Montreux",
["right terminus"] = "Les Rochers-de-Naye",
},
},
}
return p