Module:Road data/strings/USA/NC

This is an old revision of this page, as edited by Rschen7754 (talk | contribs) at 10:37, 13 January 2014 (Protected Module:Road data/strings/USA/NC: Highly visible template ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--North Carolina
local NC = {}

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

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

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

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

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

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

NC.NC = {shield = "NC %route%.svg",
         link = "North Carolina Highway %route%",
         abbr = "NC %route%"}

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

NC["NC-Byp"] = {shield = NC.NC.shield,
                link = "North Carolina Highway %route% Bypass [dab||(%dab%)|]",
                abbr = "NC %route% Byp"}

return NC