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 Happy5214 (talk | contribs) at 10:25, 21 March 2014 (Created page with '-- New Brunswick local NB = {} -- American types NB.I = {shield = "I-%route%.svg", link = "Interstate %route%", abbr = "I-%route%"} NB.US = {sh...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- New Brunswick
local NB = {}

-- American types
NB.I = {shield = "I-%route%.svg",
        link = "Interstate %route%",
        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 = "TCH %route%.svg",
          link = "New Brunswick Route %route%",
          abbr = "Route %route% (TCH)"}

return NB