This is a data module for Module:Adjacent stations. It supports services operated by Montreux Oberland Bernois Railway.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
GoldenPass Express | GoldenPass Express |
00112c |
| |
PE30 | PE30 |
0064a9 |
| |
R31 | R31 |
e1904b |
| |
R32 | R32 |
c8a738 |
| |
R34 | R34 |
00a1d3 |
|
local p = {
["system title"] = "[[Montreux Oberland Bernois Railway]]",
["system icon"] = "[[File:MOB Compagnie du Chemin de Fer Montreux Oberland Bernois.svg|Logo MOB|20px|link=Montreux Oberland Bernois Railway]]",
["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"] = {
-- GPX (GoldenPass Express)
["GoldenPass Express"] = {
["title"] = "''[[GoldenPass Express]]''",
["color"] = "00112c",
["left terminus"] = "Montreux",
["right terminus"] = "Interlaken Ost",
},
-- PE (Panorama Express)
["PE30"] = {
["title"] = "[[Panorama Express|PE30]]",
["color"] = "0064a9",
["left terminus"] = "Montreux",
["right terminus"] = "Zweisimmen",
},
-- R (Regio)
["R31"] = {
["title"] = "[[Regio (Swiss railway train)|R31]]",
["color"] = "e1904b",
["left terminus"] = "Zweisimmen",
["right terminus"] = "Lenk im Simmental",
},
["R32"] = {
["title"] = "[[Regio (Swiss railway train)|R32]]",
["color"] = "c8a738",
["left terminus"] = "Gstaad",
["right terminus"] = "Lenk im Simmental",
},
["R34"] = {
["title"] = "[[Regio (Swiss railway train)|R34]]",
["color"] = "00a1d3",
["left terminus"] = "Montreux",
["right terminus"] = "Les Avants",
},
},
}
return p