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 Fredddie (talk | contribs) at 01:28, 20 January 2017 (try again). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--South Carolina
local SC = {}

SC.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (South Carolina)",
        abbr = "I-%route%",
        width = "expand"}
        
SC["I-Toll"] = {shield = SC.I.shield,
				link = SC.I.link,
				abbr = SC.I.abbr,
				width = "expand",
				banner = "Toll plate yellow.svg"}        

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

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

SC.Future = {shield = "I-%route% (Future).svg",
             link = SC.I.link,
             abbr = "Future I-%route%",
             width = "expand"}
             
SC["I-Future"] = SC.Future
        
SC.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in South Carolina",
         abbr = "US %route%",
         width = "expand"}

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

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

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

SC["US-Conn"] = {shield = SC.US.shield,
                link = "U.S. Route %route% Connector ([dab||%dab%, |]South Carolina)",
                abbr = "US %route% Conn.",
                banner = "Conn plate.svg"}

SC["US-Spur"] = {shield = SC.US.shield,
                link = "U.S. Route %route% Spur ([dab||%dab%, |]South Carolina)",
                abbr = "US %route% Spur",
                banner = "Spur plate.svg"}
                
SC["US-Truck"] = {shield = SC.US.shield,
                link = "U.S. Route %route% Truck ([dab||%dab%, |]South Carolina)",
                abbr = "US %route% Truck",
                banner = "Truck plate.svg"}

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

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

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

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

SC["SC-Conn"] = {shield = SC.SC.shield,
                link = "South Carolina Highway %route% Connector [dab||(%dab%)|]",
                abbr = "SC %route% Conn.",
                banner = "Conn plate South Carolina.svg",
                width = "wide"}
                
SC["SC-Truck"] = {shield = SC.SC.shield,
                link = "South Carolina Highway %route% Truck [dab||(%dab%)|]",
                abbr = "SC %route% Truck",
                banner = "Truck plate South Carolina.svg",
                width = "wide"}
                
SC.Sec = {shield = "",
		    link = "",
		    abbr = "S-"..{
		    	arg = "county",
                ["Abbeville"] = "01",
                ["Aiken"] = "02",
                ["Allendale"] = "03",
                ["Anderson"] = "04",
                ["Bamberg"] = "05",
                ["Barnwell"] = "06",
                ["Beaufort"] = "07",
                ["Berkeley"] = "08",
                ["Calhoun"] = "09",
                ["Charleston"] = "10",
                ["Cherokee"] = "11",
                ["Chester"] = "12",
                ["Chesterfield"] = "13",
                ["Clarendon"] = "14",
                ["Colleton"] = "15",
                ["Darlington"] = "16",
                ["Dillon"] = "17",
                ["Dorchester"] = "18",
                ["Edgefield"] = "19",
                ["Fairfield"] = "20",
                ["Florence"] = "21",
                ["Georgetown"] = "22",
                ["Greenville"] = "23",
                ["Greenwood"] = "24",
                ["Hampton"] = "25",
                ["Horry"] = "26",
                ["Jasper"] = "27",
                ["Kershaw"] = "28",
                ["Lancaster"] = "29",
                ["Laurens"] = "30",
                ["Lee"] = "31",
                ["Lexington"] = "32",
                ["Marion"] = "33",
                ["Marlboro"] = "34",
                ["McCormick"] = "35",
                ["Newberry"] = "36",
                ["Oconee"] = "37",
                ["Orangeburg"] = "38",
                ["Pickens"] = "39",
                ["Richland"] = "40",
                ["Saluda"] = "41",
                ["Spartanburg"] = "42",
                ["Sumter"] = "43",
                ["Union"] = "44",
                ["Williamsburg"] = "45",
                ["York"] = "46",
                default = "00"}.."-%route%",
                }                
                
SC.GA = {alias = {module = "USA/GA", type = "GA"}}
SC["GA-Spur"] = {alias = {module = "USA/GA", type = "SR-Spur"}}
SC.NC = {alias = {module = "USA/NC", type = "NC"}}                

return SC