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 05:55, 28 October 2017 (Need to update this, as numbered route are being referred simply as "Route XXX"). 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 = {ifexists = true,
                   default = "E%route% (Philippines).svg",
                   otherwise = ""},
         link =  "E%route% expressway (Philippines)",
         abbr = "E%route%"}



PHL.N = {shield = {ifexists = true,
                   default = "N%route% (Philippines).svg",
                   otherwise = ""},
         link = "Route %route% (Philippines)",
         abbr = "Route %route%"}
   
    
    
PHL.AH = {shield = {ifexists = true,
                   default = "Asian Highway %route% PH sign.svg",
                   otherwise = ""},
          link = "Asian Highway %route%",
          abbr = "AH%route%"}

return PHL