Jump to content

Module:Road data/strings/USA/SD

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 01:10, 6 January 2014 (Splitting South 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)

--South Dakota
local SD = {}

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

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

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

SD["SD-Bus"] = {shield = "SD %route%.svg",
                link = "South Dakota Highway %route% Business",
                abbr = "SD %route% Bus"}

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

SD.BS = {shield = "Business Spur %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]South Dakota)",
         abbr = "I‑%route% Bus"}

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

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

SD["US-Alt"] = {shield = "US %route%.svg",
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]South Dakota)",
                abbr = "US %route% Alt"}

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

return SD