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 20:59, 17 February 2017 (simplify). 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%",
            abbr = "Fed. %route%"}

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

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

return MEX