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 07:58, 5 May 2017 (New coding, preferring to show combined AH26 and N/E route shields as distinct shields instead on one shield.). 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.AH = {shield = {hook = "route",
                      default = "Asian Highway %route% PH sign.svg"},
             link = "Asian Highway %route%",
             abbr = "AH%route%"}

return PHL