Jump to content

Module:Road data/strings/CAN/NB

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 23:55, 28 October 2014 (use correct shields (even if they are png)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- New Brunswick
local NB = {}

-- American types
NB.I = {shield = "I-%route%.svg",
        link = "Interstate %route% in Maine",
        abbr = "I-%route%"}

NB.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Maine",
         abbr = "US %route%"}

-- Provincial types
NB.Route = {shield = "NB %route%.svg",
            link = "New Brunswick Route %route%",
            abbr = "Route %route%"}

NB.NB = NB.Route

NB.TCH = {shield = "New Brunswick Route %route% (TCH).png",
          link = "New Brunswick Route %route%",
          abbr = "Route %route% (TCH)"}

return NB