Jump to content

Module:Road data/strings/PHL

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TagaSanPedroAko (talk | contribs) at 13:19, 4 May 2017 (Coding for support of new filenames for combined AH26 and expressway/national road signs). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Philippines
local PHL = {}

PHL.E = {shield = {hook = "route",
                     default = "E%route% (Philippines).svg"},
           link = "E%route% expressway (Philippines)",
           abbr = "E%route%"}



PHL.N = {shield = {hook = "route",
                    default = "N%lowercase% (Philippines).svg"},
          link = "N%route% highway (Philippines)",
          abbr = "N%route%"}
   
    
    
PHL.AH26 = {shield = {hook = "uppercase",
                      default = "AH26/%uppercase% sign.svg"},
             link = "%uppercase% (Philippines)", "Asian Highway 26",
             abbr = "%uppercase%"/"AH26"}

return PHL