Module:Adjacent stations/Lima Metro

MyWikiBiz, Author Your Legacy — Monday June 03, 2024
< Module:Adjacent stations
Revision as of 18:32, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Lima Metro)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local p = {
	["lang"] = "en-US",
	["system title"] = "[[Lima Metro]]",
	["system icon"] = "[[File:Lima Metro logo 2.svg|15px|link=Lima Metro]]",
	["system color"] = "005C97",
	["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%;",

	},
	["station format"] = {
		"%1 station",
		["Los Jardines"] = "Los Jardines station (Lima Metro)",
		["San Carlos"] = "San Carlos station (Lima Metro)",
		["Santa Rosa"] = "Santa Rosa station (Lima Metro)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Lima Metro Line %1|Line %1]]",
		},
		["1"] = {
			["color"] = "4C9C47",
			["left terminus"] = "Villa El Salvador",
			["right terminus"] = "Bayóvar",
		},
	}
}

return p