Jump to content

Module:Adjacent stations/Trams in Mülheim

From Wikipedia, the free encyclopedia

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