This is a data module for Module:Adjacent stations. It supports services operated by Ferrovia Monte Generoso.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Monte Generoso line | Monte Generoso |
61799b |
|
local p = {
["system title"] = "[[Ferrovia Monte Generoso]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["Monte Generoso"] = {
["title"] = "[[Monte Generoso railway|Monte Generoso line]]",
["color"] = "61799b",
["left terminus"] = "Capolago Lago",
["right terminus"] = "Generoso Vetta",
},
},
}
return p