Module:Adjacent stations/Glacier Express
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Glacier Express.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Glacier Express | Glacier Express |
DA182B |
|
local p = {
["system title"] = "[[Glacier Express]]",
["system icon"] = "",
["system color"] = "DA182B",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["Glacier Express"] = {
["title"] = "''[[Glacier Express]]''",
["color"] = "DA182B",
["left terminus"] = "Zermatt",
["right terminus"] = "St. Moritz",
},
},
}
return p