Jump to content

Module:Adjacent stations/Trams in Mülheim

From Humanipedia
Revision as of 13:30, 28 July 2021 by 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...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a data module for Module:Adjacent stations. It supports services operated by Trams in Mülheim/Oberhausen.

Lines

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