Jump to content

Module:Adjacent stations/Budapest Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 15:15, 23 April 2022 (create based on Template:Budapest Metro stations and Template:Budapest Metro color and Template:Budapest Metro lines and related templates). 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"] = "[[Budapest Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 metro station",
	},
	["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#000000; background-color:transparent;",
	["header background color"] = "EEEEEE",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Line %1 (Budapest Metro)|Line %1]]",
			["color"] = "008888",
		},
		["1"] = {
			["color"] = "feda04",
			["left terminus"] = "Vörösmarty tér",
			["right terminus"] = "Mexikói út",
		},
		["2"] = {
			["color"] = "ca161c",
			["left terminus"] = "Déli pályaudvar",
			["right terminus"] = "Örs vezér tere",
		},
		["3"] = {
			["color"] = "025694",
			["left terminus"] = "Kőbánya-Kispest",
			["right terminus"] = "Újpest-központ",
		},
		["4"] = {
			["color"] = "44aa44",
			["left terminus"] = "Kelenföld vasútállomás",
			["right terminus"] = "Keleti pályaudvar",
		},
		["5"] = {
			["color"] = "8A226C",
			["note-mid"] = "''(proposed)''",
		},
		["6"] = {
			["color"] = "815319",
		},
		["7"] = {
			["color"] = "F29315",
		},
		["8"] = {
			["color"] = "EC766F",
		},
		["9"] = {
			["color"] = "EC766F",
		},
},
	["aliases"] = {
		["m1"] = "1",
		["m2"] = "2",
		["m3"] = "3",
		["m4"] = "4",
	} 
}

return p