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 08:01, 5 May 2017 (Fix error). 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 = "lowercase",
                     default = "E%lowercase% (Philippines).svg"},
           link = "E%lowercase% expressway (Philippines)",
           abbr = "E%route%"}



PHL.N = {shield = {hook = "lowercase",
                    default = "N%lowercase% (Philippines).svg"},
          link = "N%lowercase% highway (Philippines)",
          abbr = "N%lowercase%"}
   
    
    
PHL.AH = {shield = {hook = "lowercase",
                      default = "Asian Highway %lowercase% PH sign.svg"},
             link = "Asian Highway %lowercase%",
             abbr = "AH%lowercase%"}

return PHL