Module:Adjacent stations/Trams in Duisburg
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Trams in Duisburg.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
901 | 901 |
1e90ff |
| |
902 | 902 |
1e90ff |
| |
903 | 903 |
1e90ff |
|
local p = {
["system title"] = "[[Trams in Duisburg]]",
["system icon"] = "",
["station format"] = {
"%1 station",
},
["lines"] = {
["901"] = {
["title"] = "[[Trams in Duisburg|901]]",
["color"] = "1e90ff",
},
["902"] = {
["title"] = "[[Trams in Duisburg|902]]",
["color"] = "1e90ff",
},
["903"] = {
["title"] = "[[Trams in Duisburg|903]]",
["color"] = "1e90ff",
},
},
}
return p