This is a data module for Module:Adjacent stations. It supports services operated by Funiculars of Lyon.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line F1 | F1 |
8CC751 |
| |
Line F2 | F2 |
8CC751 |
|
local p = {
["system title"] = "[[Funiculars of Lyon]]",
["system icon"] = "[[File:Lyon tcl logo-funi-full.svg|x14px|link=Funiculars of Lyon]]",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Funiculars of Lyon|Line %1]]",
["color"] = "8CC751"
},
["F1"] = {
["icon"] = "[[File:Lyon tcl funi-1.svg|16px|alt=]]"
},
["F2"] = {
["icon"] = "[[File:Lyon tcl funi-2.svg|16px|alt=]]"
},
},
}
return p