Module:Adjacent stations/Trams in Nordhausen

Revision as of 18:42, 23 July 2021 by imported>Mackensen (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"]...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Adjacent stations doc

Lines edit source

Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc


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