มอดูล:Road data/strings/USA/SD

จากวิกิพีเดีย สารานุกรมเสรี
Documentation icon คู่มือการใช้งานมอดูล[สร้าง]
--South Dakota
local SD = {}

SD.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (South Dakota)",
        abbr = "I-%route%",
        width = "expand"}

SD.US = {shield = "US %route%.svg",
         link = {["14A"] = "U.S. Route %route% (South Dakota)",
                 default = "U.S. Route %route% in South Dakota"},
         abbr = "US %route%",
         width = "expand"}

SD.SD = {shield = "SD %route%.svg",
         link = "South Dakota Highway %route% [dab||(%dab%)|]",
         abbr = "SD %route%",
         width = "expand"}

SD["SD-Bus"] = {shield = SD.SD.shield,
                link = "South Dakota Highway %route% Business",
                abbr = "SD %route% Bus.",
                banner = "Business plate South Dakota.svg",
                width = "expand"}
                
SD["SD-Truck"] = {shield = SD.SD.shield,
                link = "South Dakota Highway %route% Business",
                abbr = "SD %route% Truck",
                banner = "Truck plate South Dakota.svg",
                width = "expand"}
                
SD.BL = {shield = "Business Loop %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]South Dakota)",
         abbr = "I-%route% Bus.",
         width = "expand"}

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

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

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

SD["US-Alt"] = {shield = "US %route%.svg",
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]South Dakota)",
                abbr = "US %route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}
                
SD["US-Byp"] = {shield = SD.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]South Dakota)",
                abbr = "US %route% Byp.",
                banner = "By-pass plate.svg",
                width = "expand"}  

SD["US 1926"] = {shield = "US %route% South Dakota 1926.svg",
	             link = SD.US.link,
	             abbr = SD.US.abbr,
	             width = '1926'}

SD["US 1961"] = {shield = "US %route% (1961).svg",
	             link = SD.US.link,
	             abbr = SD.US.abbr,
	             width = '1926'}

SD.CR = {shield = "CR %route% jct.svg",
         link = "",
         abbr = "CR %route%"}
         
SD.IA = {alias = {module = "USA/IA", type = "IA"}}
SD.MN = {alias = {module = "USA/MN", type = "MN"}}                 
SD.MT = {alias = {module = "USA/MT", type = "MT"}}
SD.ND = {alias = {module = "USA/ND", type = "ND"}}
SD.NE = {alias = {module = "USA/NE", type = "NE"}}                 
SD.WY = {alias = {module = "USA/WY", type = "WY"}}           

return SD