Module:Adjacent stations/Budapest Metro

local p = {
	["system title"] = "[[Budapest Metro]]",
	["system icon"] = "[[File:BKV metro.svg|17px|link=Budapest Metro|alt=Logo of Budapest Metro]]",
	["system color"] = "",
	["station format"] = {
		"%1 metro station",
		["Opera"] = "[[Opera metro station (Budapest)|Opera]]",
	},
	["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"] = "[[Metro Line M%1 (Budapest Metro)|Line %1]]",
			["color"] = "008888",
			["icon"] = "[[File:Budapest M%1 Metro.svg|x16px|alt=|link=Metro Line M%1 (Budapest Metro)]]",
		},
		["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",
			["icon"] = "[[File:Budapest hev symbol.svg|16px|alt=]][[File:BKV h5 jms.svg|16px|alt=|link=Metro Line M5 (Budapest Metro)]]",
			["note-mid"] = "''(proposed)''",
		},
		["6"] = {
			["color"] = "815319",
			["icon"] = "[[File:Budapest hev symbol.svg|16px|alt=]][[File:BKV h6 jms.svg|16px|alt=|link=Metro Line M6 (Budapest Metro)]]",
		},
		["7"] = {
			["color"] = "F29315",
			["icon"] = "[[File:Budapest hev symbol.svg|16px|alt=]][[File:BKV h7 jms.svg|16px|alt=|link=Metro Line M7 (Budapest Metro)]]",
		},
		["8"] = {
			["color"] = "EC766F",
			["icon"] = "[[File:Budapest hev symbol.svg|16px|alt=]][[File:BKV h8 jms.svg|16px|alt=|link=Metro Line M8 (Budapest Metro)]]",
		},
		["9"] = {
			["color"] = "EC766F",
			["icon"] = "[[File:Budapest hev symbol.svg|16px|alt=]][[File:BKV h9 jms.svg|16px|alt=|link=Metro Line M9 (Budapest Metro)]]",
		},
	},
	["aliases"] = {
		["m1"] = "1",
		["m2"] = "2",
		["m3"] = "3",
		["m4"] = "4",
	} 
}

return p