Jump to content

Module:Adjacent stations/Mexico City Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cocu15 (talk | contribs) at 01:48, 5 March 2020 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Mexico City Metro", ["system icon"] = "18px|link=Mexico City Metro", [...'). 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 = {
	["lang"] = "en-US",
	["system title"] = "[[Mexico City Metro]]",
	["system icon"] = "[[File:Mexico City Metro.svg|18px|link=Mexico City Metro]]",
	["system color"] = "FE5000",
	["name format"] = {
		"background-color: #FE5000; font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%;",
		["1"] = "background-color: #FE5000; font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%;",},
	["station format"] = {
		"%1 (Mexico City Metro)"
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Mexico City Metro Line 1]]",
			["color"] = "F54A91",
			["left terminus"] = "Observatorio",
			["right terminus"] = "Pantitlán",
		},
	}
}

return p