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 Happy5214 (talk | contribs) at 00:13, 6 January 2014 (Splitting North Dakota). 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)

--North Dakota
local ND = {}

ND.I = {shield="I-%route%.svg",
        link = "Interstate %route% (North Dakota)",
        abbr = "I‑%route%"}

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

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

ND.SR = ND.ND

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

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

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

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

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

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

return ND