Module:Adjacent stations/RegionAlps
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by RegionAlps.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
R81 | R81 |
942824 |
| |
R82 | R82 |
942824 |
| |
R91 | R91 |
ed1c24 |
|
local ch = "%1 railway station (Switzerland)"
local p = {
["system title"] = "[[RegionAlps]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Sion"] = ch,
},
["lines"] = {
["_default"] = {
["title"] = "[[Regio (Swiss railway train)|%1]]",
},
["R81"] = {
["color"] = "942824",
["left terminus"] = "Martigny",
["right terminus"] = "Le Châble VS",
},
["R82"] = {
["color"] = "942824",
["left terminus"] = "Sembrancher",
["right terminus"] = "Orsières",
},
["R91"] = {
["color"] = "ed1c24",
["left terminus"] = {"Monthey", "St-Gingolph"},
["right terminus"] = "Brig",
["types"] = {
["St-Gingolph"] = {
["title"] = "",
["left terminus"] = "St-Gingolph",
["right terminus"] = "Brig",
},
},
},
},
}
return p