Jump to content

Module:Adjacent stations/Trams in Nordhausen

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 18:42, 23 July 2021 (Created page with 'local p = { ["system title"] = "Trams in Nordhausen", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["1"] = { ["title"] = "1", ["color"] = "009933", ["text color"] = "FFFFFF", }, ["2"] = { ["title"] = "2", ["color"] = "0000FF", ["text color"] = "FFFFFF", }, ["10"] = { ["title"] = "10", ["color"]...'). 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 Nordhausen]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Trams in Nordhausen#Lines|1]]",
			["color"] = "009933",
			["text color"] = "FFFFFF",
		},
		["2"] = {
			["title"] = "[[Trams in Nordhausen#Lines|2]]",
			["color"] = "0000FF",
			["text color"] = "FFFFFF",
		},
		["10"] = {
			["title"] = "[[Trams in Nordhausen#Lines|10]]",
			["color"] = "009933",
			["text color"] = "FFFFFF",
		},
	},
}

return p