This is a data module for Module:Adjacent stations. It supports services operated by Ferrovie Luganesi.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S60 | S60 |
ee7f00 |
|
local p = {
["system title"] = "[[Ferrovie Luganesi]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["S60"] = {
["title"] = "[[S60 (FLP)|S60]]",
["color"] = "ee7f00",
["text color"] = "ffffff",
["left terminus"] = "Ponte Tresa",
["right terminus"] = "Lugano FLP",
},
},
}
return p