This is a data module for Module:Adjacent stations. It supports services operated by Trams in Mülheim/Oberhausen.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
102 | 102 |
ef59a1 |
| |
104 | 104 |
c8b62f |
| |
112 | 112 |
9e127c |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Trams in Mülheim/Oberhausen]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Mülheim (Ruhr)"] = hbf,
},
["lines"] = {
["102"] = {
["title"] = "[[Trams in Mülheim/Oberhausen#Lines|102]]",
["color"] = "ef59a1",
["left terminus"] = "Uhlenhorst",
["right terminus"] = "Oberdümpten",
},
["104"] = {
["title"] = "[[Trams in Mülheim/Oberhausen#Lines|104]]",
["color"] = "c8b62f",
["left terminus"] = "Abzweig Aktienstraße",
["right terminus"] = "Hauptfriedhof",
},
["112"] = {
["title"] = "[[Trams in Mülheim/Oberhausen#Lines|112]]",
["color"] = "9e127c",
["left terminus"] = "Oberhausen Neumarkt",
["right terminus"] = "Hauptfriedhof",
},
},
}
return p