跳转到内容

模組:Road data/strings/PHL

维基百科,自由的百科全书
文档图示 模块文档[创建]
-- 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