Jump to content

Module:Road data/strings/USA/ND

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 02:02, 29 April 2016 (add I 1957). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--North Dakota
local ND = {}

ND.I = {shield="I-%route%.svg",
        link = "Interstate %route% (North Dakota)",
        abbr = "I-%route%",
        width = "expand"}
        
ND["I 1957"] = {shield = "I-%route% (ND 1957).svg",
				link = ND.I.link,
				abbr = ND.I.abbr
				}

ND.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in North Dakota",
         abbr = "US %route%",
         width = "expand"}

ND.ND = {shield = "North Dakota %route%.svg",
         link = "North Dakota Highway %route% [dab||(%dab%)|]",
         abbr = "ND %route%",
         width = "expand"}

ND.SR = ND.ND

ND["ND-Alt"] = {shield = "North Dakota %route%.svg",
                link = "North Dakota Highway %route% Alternate [dab||(%dab%)|]",
                abbr = "ND %route%A",
                banner = "Alt plate.svg",
                width = "expand"}

ND["US-Bus"] = {shield = ND.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]North Dakota)",
                abbr = "US %route% Bus.",
                banner = "Business plate.svg",
                width = "expand"}

ND["US-Truck"] = {shield = ND.US.shield,
                  link = "U.S. Route %route% Truck ([dab||%dab%, |]North Dakota)",
                  abbr = "US %route% Truck",
                  banner = "Truck plate.svg",
                  width = "expand"}

ND.BL = {shield = "Business Loop %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]North Dakota)",
         abbr = "I‑%route% Bus.",
         width = "expand"}

ND.BIA = {shield = "",
          link = "",
          abbr = "BIA Rd. %route%"}

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

ND.MT = {alias = {module = "USA/MT", type = "MT"}}
ND.SD = {alias = {module = "USA/SD", type = "SD"}}
ND.MN = {alias = {module = "USA/MN", type = "MN"}}
ND.MB = {alias = {module = "CAN/MB", type = "Hwy"}}
ND.SK = {alias = {module = "CAN/SK", type = "SK"}}

return ND