Module:Adjacent stations/Lyon tramway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Lyon tramway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line T1 | T1 |
873F98 |
| |
Line T2 | T2 |
873F98 |
| |
Line T3 | T3 |
873F98 |
| |
Line T4 | T4 |
873F98 |
| |
Line T5 | T5 |
873F98 |
| |
Line T6 | T6 |
873F98 |
| |
Line T7 | T7 |
873F98 |
| |
Rhônexpress | RX |
981A34 |
|
local p = {
["system title"] = "[[Lyon tramway]]",
["system icon"] = "[[File:Lyon tcl logo-tram-full.svg|x14px|link=Lyon tramway]]",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Lyon tramway#Line %1|Line %1]]",
["color"] = "873F98"
},
["T1"] = {
["icon"] = "[[File:Lyon tcl tram-1.svg|16px|alt=]]"
},
["T2"] = {
["icon"] = "[[File:Lyon tcl tram-2.svg|16px|alt=]]"
},
["T3"] = {
["icon"] = "[[File:Lyon tcl tram-3.svg|16px|alt=]]"
},
["T4"] = {
["icon"] = "[[File:Lyon tcl tram-4.svg|16px|alt=]]"
},
["T5"] = {
["icon"] = "[[File:Lyon tcl tram-5.svg|16px|alt=]]"
},
["T6"] = {
["icon"] = "[[File:Lyon tcl tram-6.svg|16px|alt=]]"
},
["T7"] = {
["icon"] = "[[File:Lyon tcl tram-7.svg|16px|alt=]]"
},
["RX"] = {
["title"] = "[[Rhônexpress]]",
["color"] = "981A34",
["icon"] = "[[File:Lyon tcl logo-rx.svg|16px|alt=]]"
},
},
["aliases"] = {
["RX"] = "Rhônexpress"
},
}
return p