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 MuzikMachine (talk | contribs) at 19:18, 19 September 2018 (Updated TCH shield links.). 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 = {default = "NB %route%.svg",
	                  ["2"] = "NB %route% (TCH).svg",
	                  ["16"] = "NB %route% (TCH).svg"},
            link = "New Brunswick Route %route%",
            abbr = "Route %route%"}

NB.NB = NB.Route

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

return NB