Jump to content

Module:Adjacent stations/Trams in Duisburg

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by WMSR (talk | contribs) at 04:07, 17 April 2025 (title). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Trams in Duisburg|Straßenbahn 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