Module:Adjacent stations/Trams in Duisburg

< Module:Adjacent stations
Revision as of 14:38, 28 July 2021 by imported>Mackensen (add termini for 901)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

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