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 19:08, 10 June 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Trams in Magdeburg]]",
	["system icon"] = "",
	["station format"] = {
		"Magdeburg-%1 station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Trams in Magdeburg|%1]]"
		},
		["1"] = {
			["color"] = "b70064",
			["left terminus"] = "Kannenstieg",
			["right terminus"] = "Sudenburg"
		},
		["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"] = "Diesdorf",
			["right terminus"] = "Herrenkrug"
		},
		["8"] = {
			["color"] = "f29400",
			["left terminus"] = "Westerhüsen",
			["right terminus"] = "Neustädter See"
		},
		["9"] = {
			["color"] = "0e7a5b",
			["left terminus"] = "Reform",
			["right terminus"] = "Neustädter See"
		},
		["10"] = {
			["color"] = "0088ff",
			["left terminus"] = "Barleber See",
			["right terminus"] = "Sudenburg"
		},
		["13"] = {
			["color"] = "000000",
			["left terminus"] = "Buckau",
			["right terminus"] = "Sudenburg"
		}
	}
}

return p