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 TT1 | T1 |
873F98 |
| |
Line TT2 | T2 |
873F98 |
| |
Line TT3 | T3 |
873F98 |
| |
Line TT4 | T4 |
873F98 |
| |
Line TT5 | T5 |
873F98 |
| |
Line TT6 | T6 |
873F98 |
| |
Line TT7 | T7 |
873F98 |
| |
Line TRX | RX |
873F98 |
|
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 T%1|Line T%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=]]"
},
["Rhônexpress"] = {
["color"] = "981A34",
["icon"] = "[[File:Lyon tcl logo-rx.svg|16px|alt=]]"
},
},
["aliases"] = {
["RX"] = "Rhônexpress"
},
}
return p