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 20:59, 4 February 2021 (simplify). 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 = {alias = {module = "USA/ME", type = "I"}}

NB.US = {alias = {module = "USA/ME", type = "US"}}

-- 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.A = {alias = {module = "CAN/QC", type = "A"}}

NB.QC = {alias = {module = "CAN/QC", type = "QC"}}

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

NB.road = {alias = {module = "CAN", type = "road"}}

return NB