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 16:17, 19 September 2020 (add). 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",
            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",
          link = {hook = "mask",
                  mask = "Road data/masks/MEX",
                  base = "state",
                  masked = "fullstate",
                  default = "%fullstate% State Highway %route%"},
          abbr = "SH %route%"}

return MEX