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 Happy5214 (talk | contribs) at 12:26, 7 March 2014 (Created page with '-- Mexico local MEX = {} MEX.FH = {shield = "Carretera federal %route%.svg", link = "Mexican Federal Highway %route%", abbr = "Fed. %ro...'). 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)

-- Mexico
local MEX = {}

MEX.FH = {shield = "Carretera federal %route%.svg",
          link = "Mexican Federal Highway %route%",
          abbr = "Fed. %route%"}

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

MEX.SH = {shield = {ifexists = true,
                    SON = "HIGHWAYSON %route%.jpg",
                    NLE = "Nuevo Leon State Highway %route%.PNG",
                    default = ""},
          link = {hook = "mask",
                  mask = "Road data/MEXareamask",
                  base = "state",
                  masked = "fullstate",
                  default = "%fullstate% State Highway %route%"},
          abbr = "SH %route%"}

return MEX