Jump to content

Module:Adjacent stations/Mexico City Metrobús

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 12:28, 6 October 2024 (Created page with 'local p = { ["lang"] = "en-us", ["system title"] = "Mexico City Metrobús", ["system icon"] = "15px|link=Mexico City Metrobús", ["lines"] = { ["_default"] = { ["title"] = "Line %1", ["icon"] = "16px|alt=Mexico City Metrobús Line %1", }, ["1"] = { ["color"] = "A4343A", }, ["2"] = { ["color"] = "87189D", }, ["3"...'). 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 Metrobús]]",
	["system icon"] = "[[File:Logo del Metrobús.svg|15px|link=Mexico City Metrobús]]",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Mexico City Metrobús Line %1|Line %1]]",
			["icon"] = "[[File:Mexico City Metrobús Line %1 icon.svg|16px|alt=Mexico City Metrobús Line %1]]",
		},
		["1"] = {
			["color"] = "A4343A",
		},
		["2"] = {
			["color"] = "87189D",
		},
		["3"] = {
			["color"] = "7A9A01",
		},
		["4"] = {
			["color"] = "FE5000",
		},
		["5"] = {
			["color"] = "001E60",
		},
		["6"] = {
			["color"] = "E10098",
		},
		["7"] = {
			["color"] = "046A38",
		},
	},
}

return p