Module:Road data/strings/USA/NC

This is an old revision of this page, as edited by Imzadi1979 (talk | contribs) at 17:03, 5 June 2014 (fixing future type). 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.Future= {shield = "I-%route% (Future).svg",
        link = "Interstate %route% (North Carolina)",
        abbr = "Future 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["US-Conn"] = {shield = NC.US.shield,
                link = "U.S. Route %route% Connector ([dab||%dab%, |]North Carolina)",
                abbr = "US %route% Conn.",
                banner = "Connector plate.svg",
                width = "expand"}

NC["US-Truck"] = {shield = NC.US.shield,
                link = "U.S. Route %route% Truck ([dab||%dab%, |]North Carolina)",
                abbr = "US %route% Truck",
                banner = "Truck 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