Module:Adjacent stations/Transports de Martigny et Régions
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Transports de Martigny et Régions.
Lines
[edit]Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
Regio | Regio – Mont-Blanc Express | Mont-Blanc Express |
e5352c |
|
local fr = "%1 station"
local p = {
["system title"] = "[[Transports de Martigny et Régions]]",
["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#e5352c; padding:0.5em 4px; text-align:center; align-items:center;",
["header background color"] = "e5352c",
["header text color"] = "FFFFFF",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Vallorcine"] = fr,
},
["lines"] = {
["_default"] = {
["color"] = "e5352c",
},
["Regio"] = {
["title"] = "[[Regio (Swiss railway train)|Regio]]",
["types"] = {
["Mont-Blanc Express"] = {
["title"] = "''Mont-Blanc Express''",
["left terminus"] = "Vallorcine",
["right terminus"] = "Martigny",
},
},
},
},
}
return p