Jump to content

Module:Adjacent stations/Mexibús

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 21:19, 6 October 2024 (Created page with 'local p = { ["lang"] = "en-us", ["system title"] = "Mexibús", ["system icon"] = "16px|link=Mexibús", ["lines"] = { ["_default"] = { ["title"] = "Line %1", ["icon"] = "16px|alt=Mexibús Line %1", }, ["I"] = { ["color"] = "94c83c", }, ["II"] = { ["color"] = "FF0000", }, ["III"] = { ["color"] = "6CB4EE", }, ["IV"] = { ["color...'). 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"] = "[[Mexibús]]",
	["system icon"] = "[[File:Logo Mexibús Movimex.png|16px|link=Mexibús]]",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Mexibús Line %1|Line %1]]",
			["icon"] = "[[File:Mexibús Line %1 logo.svg|16px|alt=Mexibús Line %1]]",
		},
		["I"] = {
			["color"] = "94c83c",
		},
		["II"] = {
			["color"] = "FF0000",
		},
		["III"] = {
			["color"] = "6CB4EE",
		},
		["IV"] = {
			["color"] = "FF9F00",
		},
	},
	["aliases"] = {
		["1"] = "I",
		["2"] = "II",
		["3"] = "III",
		["4"] = "IV",
	}
}

return p