Jump to content

Module:Road data/strings/USA/SC

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

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

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

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

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

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

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

SC["US-Byp"] = {shield = SC.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]South Carolina)",
                abbr = "US %route% Byp"}

SC.SC = {shield = "South Carolina %route%.svg",
         link = "South Carolina Highway %route%",
         abbr = "SC %route%"}

SC["SC-Alt"] = {shield = SC.SC.shield,
                link = "South Carolina Highway %route% Alternate [dab||(%dab%)|]",
                abbr = "SC %route% Alt"}

SC["SC-Bus"] = {shield = SC.SC.shield,
                link = "South Carolina Highway %route% Business [dab||(%dab%)|]",
                abbr = "SC %route% Bus"}

return SC