Jump to content

Module:Road data/strings/USA/PR

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 20:26, 20 May 2015 (add ifexist instead). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--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%"}

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

PR.Ter = {shield = {hook = "split",
                      split = 999,
                      above = "",
                      below = {ifexists = true,
                                  default = "PR tertiary %route%.svg",
                                otherwise = "Circle sign %route%.svg"}},
            link = PR.PR.link,
            abbr = PR.PR.abbr}

PR.Sec = {shield = "CR %route% jct.svg",
            link = PR.PR.link,
            abbr = PR.PR.abbr}

return PR