Module:Road data/strings/USA/NC

Frae Wikipedia, the free beuk o knawledge
--North Carolina
local NC = {}

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

NC["I-Future"] = {shield = "I-%route%.svg",
        link = "Interstate %route% (North Carolina)",
        abbr = "Future I‑%route%",
        banner = "Future plate blue.svg",
        width = "expand"}

NC.Future = NC["I-Future"]

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% [dab||(%dab%, North Carolina)|in North Carolina]",
         abbr = "US %route%",
         width = "expand"}

NC["US 1926"] = {shield = "US %route% North Carolina 1926.svg",
         link = NC.US.link,
         abbr = NC.US.abbr,
         width = "US1926"}

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

NC["NC 1921"] = {shield = "NC %route% 1945.svg",
				link = NC.NC.link,
				abbr = NC.NC.abbr}

NC["NC 1945"] = NC["NC 1921"]		
			
NC["NC 1949"] = {shield = "NC %route% 1957.svg",
				link = NC.NC.link,
				abbr = NC.NC.abbr}			

NC["NC 1957"] = NC["NC 1949"]

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"}

NC["NC-Conn"] = {shield = NC.NC.shield,
                link = "North Carolina Highway %route% Connector [dab||(%dab%)|]",
                abbr = "NC %route% Conn.",
                banner = "Connector plate.svg"}
                
NC["NC-Spur"] = {shield = NC.NC.shield,
                link = "North Carolina Highway %route% Spur [dab||(%dab%)|]",
                abbr = "NC %route% Spur",
                banner = "Spur plate.svg"}
                
NC["NC-Toll"] = {shield = NC.NC.shield,
                link = NC.NC.link,
                abbr = "NC %route% Toll",
                banner = "Toll plate yellow.svg"}

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

NC.NCBR = {shield = "US Bike %route% (M1-8).svg",
        link = "North Carolina Bicycle Route %route%",
        abbr = "NC Bike Route %route%"}

NC.USBR = {shield = "US Bike %route% (M1-9).svg",
        link = "U.S. Bicycle Route %route%",
        abbr = "U.S. Bike Route %route%"}

return NC