Module:Adjacent stations/Trams in Essen
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Module documentation[view] [edit] [history] [purge]
This is a data module for Module:Adjacent stations. It supports services operated by Trams in Essen.
Lines
[edit source]| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| 101 | 101 |
906521 |
| |
| 103 | 103 |
ffcb08 |
| |
| 105 | 105 |
aed136 |
| |
| 106 | 106 |
998bb3 |
| |
| 107 | 107 |
d52229 |
| |
| 109 | 109 |
009e4c |
|
local p = {
["system title"] = "[[Trams in Essen|Straßenbahn Essen]]",
["system icon"] = "",
["station format"] = {
"%1 station",
},
["lines"] = {
["101"] = {
["title"] = "[[Trams in Essen#Lines|101]]",
["color"] = "906521",
},
["103"] = {
["title"] = "[[Trams in Essen#Lines|103]]",
["color"] = "ffcb08",
},
["105"] = {
["title"] = "[[Trams in Essen#Lines|105]]",
["color"] = "aed136",
},
["106"] = {
["title"] = "[[Trams in Essen#Lines|106]]",
["color"] = "998bb3",
},
["107"] = {
["title"] = "[[Trams in Essen#Lines|107]]",
["color"] = "d52229",
},
["109"] = {
["title"] = "[[Trams in Essen#Lines|109]]",
["color"] = "009e4c",
},
},
}
return p