Jump to content

Module:Adjacent stations/Trams in Duisburg

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 20:08, 11 July 2021 (Created page with 'local p = { ["system title"] = "Trams in Duisburg", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["901"] = { ["title"] = "901", ["color"] = "1e90ff", }, ["902"] = { ["title"] = "902", ["color"] = "1e90ff", }, ["903"] = { ["title"] = "903", ["color"] = "1e90ff", }, }, } return p'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Trams in Duisburg]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["901"] = {
			["title"] = "[[Trams in Duisburg|901]]",
			["color"] = "1e90ff",
		},
		["902"] = {
			["title"] = "[[Trams in Duisburg|902]]",
			["color"] = "1e90ff",
		},
		["903"] = {
			["title"] = "[[Trams in Duisburg|903]]",
			["color"] = "1e90ff",
		},
	},
}

return p