This is a data module for Module:Adjacent stations. It supports services operated by Trams in Duisburg.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
901 | 901 |
1e90ff |
| |
902 | 902 |
1e90ff |
| |
903 | 903 |
1e90ff |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Trams in Duisburg]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Duisburg"] = hbf,
["Mülheim (Ruhr)"] = hbf,
},
["lines"] = {
["901"] = {
["title"] = "[[Trams in Duisburg|901]]",
["color"] = "1e90ff",
["text color"] = "FFFFFF",
["left terminus"] = "Obermarxloh Schleife",
["right terminus"] = "Mülheim (Ruhr)",
},
["902"] = {
["title"] = "[[Trams in Duisburg|902]]",
["color"] = "1e90ff",
["text color"] = "FFFFFF",
},
["903"] = {
["title"] = "[[Trams in Duisburg|903]]",
["color"] = "1e90ff",
["text color"] = "FFFFFF",
["left terminus"] = "Mannesmann Tor II",
["right terminus"] = "Dinslaken",
},
},
}
return p