Module:Adjacent stations/Trams in Mülheim: Difference between revisions
Appearance
hp>Mackensen ←Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Trams in Mülheim/Oberhausen", ["system icon"] = "", ["station format"] = { "%1 station", ["Mülheim (Ruhr)"] = hbf, }, ["lines"] = { ["102"] = { ["title"] = "102", ["color"] = "ef59a1", ["left terminus"] = "Uhlenhorst", ["right terminus"] = "Oberdümpten", }, ["104"] = { ["title"] = "[[Trams in Mülheim/Oberhaus...' |
Humanipedia (talk | contribs) m 1 revision imported |
(No difference)
|
Latest revision as of 21:33, 3 February 2025
This is a data module for Module:Adjacent stations. It supports services operated by Trams in Mülheim/Oberhausen.
Lines[edit source]
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
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