Module:Road data/strings/USA/NC

This is an old revision of this page, as edited by Mitchazenia (talk | contribs) at 23:08, 2 June 2014 (Changed protection level of Module:Road data/strings/USA/NC: Adjust per request, highly visible template. ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (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%",
        width = "expand"}

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

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

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

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

NC["US-Byp"] = {shield = NC.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]North Carolina)",
                abbr = "US %route% Byp.",
                banner = "By-pass plate.svg",
                width = "expand"}

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.",
                banner = "Business plate.svg"}

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

return NC