Jump to content

Module:Adjacent stations/Lima and Callao Metro

From Wikipedia, the free encyclopedia

local lima = "%1 metro station (Lima)"
local callao = "%1 metro station (Callao)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Lima and Callao Metro]]",
	["system icon"] = "[[File:Logotipo del Metro de Lima y Callao (ATU).svg|15px|link=Lima Metro]]",
	["system color"] = "FF0000",
	["name format"] = {
		"background-color: #005C97; font-size: 185%; font-family: helvetica; color: white; padding: 5px; line-height: 50%;",
		["1"] = "background-color: #4C9C47; font-size: 185%; font-family: helvetica; color: white; padding: 5px; line-height: 75%;",
		["2"] = "background-color: #FFB81C; font-size: 185%; font-family: helvetica; color: white; padding: 5px; line-height: 75%;",
		["3"] = "background-color: #00C1D5; font-size: 185%; font-family: helvetica; color: white; padding: 5px; line-height: 75%;",
		["4"] = "background-color: #DA291C; font-size: 185%; font-family: helvetica; color: white; padding: 5px; line-height: 75%;",

	},
	["station format"] = {
		"%1 metro station",
		["Los Jardines"] = lima,
		["San Carlos"] = lima,
		["Santa Rosa"] = lima,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Lima Metro Line %1|Line %1]]",
		},
		["1"] = {
			["color"] = "4C9C47",
			["left terminus"] = "Villa El Salvador",
			["right terminus"] = "Bayóvar",
			},
		["2"] = {
			["color"] = "FFB81C",
			["left terminus"] = "Evitamiento",
			["right terminus"] = "Mercado Santa Anita",
			},
		["3"] = {
			["color"] = "00C1D5",
			["left terminus"] = "Tungasuca",
			["right terminus"] = "Pedro Miotta",
			},
		["4"] = {
			["color"] = "DA291C",
			["left terminus"] = "Gambetta",
			["right terminus"] = "Carmen de La Legua",
		},
	}
}

return p