Jump to content

Module:Road data/strings/MEX

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 00:33, 7 March 2021 (cleanup). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Mexico
local MEX = {}

MEX.FH = {
	shield = "Carretera federal %route%.svg",
	name = "Federal Highway %route%",
	link = "Mexican Federal Highway %route% [dab||(%dab%)|]",
	abbr = "Fed. %route%"
}

MEX["Federal Highway"] = MEX.FH
MEX.Hwy = MEX.FH
MEX.Fed = MEX.FH

MEX.SH = {
	shield = "Carretera estatal %route%.svg",
	shieldmain = {
		hook = "mask",
		mask = "Road data/masks/MEX",
		base = "state",
		masked = "fullstate",
		default = "Carretera estatal %route% (%fullstate%).svg"
	},
	name = "State Highway %route%",
	link = {hook = "mask",
		mask = "Road data/masks/MEX",
		base = "state",
		masked = "fullstate",
		default = "%fullstate% State Highway %route%"
	},
	abbr = "SH %route%"
}

return MEX