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 MathAddict (talk | contribs) at 10:48, 5 March 2018 (Added "highway" to be consistent with the "Template: Philippine highway network" links.). 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 = "N%route% highway (Philippines)",
         abbr = "N%route%"}
   
    
    
PHL.AH = {shield = {ifexists = true,
                   default = "Asian Highway %route% PH sign.svg",
                   otherwise = ""},
          link = "Asian Highway %route%",
          abbr = "AH%route%"}

return PHL