This is a data module for Module:Adjacent stations. It supports services operated by Gornergrat Railway.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Gornergrat–Zermatt | Gornergrat–Zermatt |
aa3300 |
|
local p = {
["system title"] = "[[Gornergrat Railway]]",
["system icon"] = "",
["system color"] = "aa3300",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["Gornergrat–Zermatt"] = {
["title"] = "Gornergrat–Zermatt",
["color"] = "aa3300",
["left terminus"] = "Gornergrat",
["right terminus"] = "Zermatt GGB",
},
},
}
return p