Modul:Road data/strings/USA/PR

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

--Puerto Rico
local PR = {}

PR.I = {shield = "I-PR%route%.svg",
          link = "Interstate PR%route%",
          abbr = "PRI-%route%"}

PR.PR = {shield = "PR primary %route%.svg",
           link = "Puerto Rico Highway %route% [dab||(%dab%)|]",
           abbr = "PR-%route%",
           width = "expand"}

PR.Urban = {shield = "PR urban primary %route%.svg",
              link = PR.PR.link,
              abbr = PR.PR.abbr,
             width = "expand"}

PR.Ter = {shield = "Ellipse sign %route%.svg",
            link = PR.PR.link,
            abbr = PR.PR.abbr,
            width = "expand"}

PR.Sec = {shield = {ifexists = true,
                     default = "PR secondary %route%.svg",
                   otherwise = {hook = "splitlen",
                               split = 3,
                               above = "CR %route% jct wide.svg",
                               below = "CR %route% jct.svg"}},
            link = PR.PR.link,
            abbr = PR.PR.abbr,
            width = "expand"}

return PR