Jump to content

Module:Adjacent stations/Trams in Magdeburg

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 18:34, 10 June 2022 (Created page with 'local p = { ["system title"] = "Trams in Magdeburg", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["_default"] = { ["title"] = "%1" }, ["1"] = { ["color"] = "b70064", ["left terminus"] = "", ["right terminus"] = "" }, ["2"] = { ["color"] = "00519e", ["left terminus"] = "", ["right terminus"] = "" }, ["3"] = { ["color"] = "ffd500", ["left terminus"] = ""...'). 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 Magdeburg]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Trams in Magdeburg|%1]]"
		},
		["1"] = {
			["color"] = "b70064",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["2"] = {
			["color"] = "00519e",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["3"] = {
			["color"] = "ffd500",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["4"] = {
			["color"] = "09bd00",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["5"] = {
			["color"] = "cc6d00",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["6"] = {
			["color"] = "460381",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["8"] = {
			["color"] = "f29400",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["9"] = {
			["color"] = "0e7a5b",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["10"] = {
			["color"] = "0088ff",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["13"] = {
			["color"] = "000000",
			["left terminus"] = "",
			["right terminus"] = ""
		}
	}
}

return p