跳转到内容

模組:Road data/strings/USA/SD

维基百科,自由的百科全书
--南達科他州
local SD = {}

SD.I = {shield = "I-%route%.svg",
        link = "%route%號州際公路南達科他州段",
        abbr = "%route%號州際公路",
        width = "expand"}

SD.US = {shield = "US %route%.svg",
         link = "%route%號美國國道南達科他州段",
         abbr = "%route%號美國國道",
         width = "expand"}

SD.SD = {shield = "SD %route%.svg",
         link = "%route%號南達科他州州道",
         abbr = "%route%號南達科他州州道",
         width = "expand"}
         
SD["SD 1926"] = {shield = "SD %route% (1926).svg",
                link = SD.SD.link,
                abbr = SD.SD.abbr}

SD["SD 1950"] = {shield = "SD %route% (1950).svg",
                link = SD.SD.link,
                abbr = SD.SD.abbr}
                
SD["SD 1960"] = {shield = "SD %route% (1960).svg",
                link = SD.SD.link,
                abbr = SD.SD.abbr}                

SD["SD-Bus"] = {shield = SD.SD.shield,
                link = "%route%號南達科他州州道商業線",
                abbr = "%route%號南達科他州州道商業線",
                banner = "Business plate South Dakota.svg",
                width = "expand"}
                
SD["SD-Truck"] = {shield = SD.SD.shield,
                link = "%route%號南達科他州州道商業線",
                abbr = "%route%號南達科他州州道貨車線",
                banner = "Truck plate South Dakota.svg",
                width = "expand"}
                
SD.BL = {shield = "Business Loop %route%.svg",
         link = "%route%號州際公路商業線 (南達科他州[dab||%dab%|])",
         abbr = "%route%號州際公路商業線",
         width = "expand"}

SD.BS = {shield = "Business Spur %route%.svg",
         link = "%route%號州際公路商業線 (南達科他州[dab||%dab%|])",
         abbr = "%route%號州際公路商業線",
         width = "expand"}

SD["US-Bus"] = {shield = "US %route%.svg",
                link = "%route%號美國國道商業線 (南達科他州[dab||%dab%|])",
                abbr = "%route%號美國國道商業線",
                banner = "Business plate.svg",
                width = "expand"}

SD["US-Truck"] = {shield = "US %route%.svg",
                  link = "%route%號美國國道貨車線 (南達科他州[dab||%dab%|])",
                  abbr = "%route%號美國國道貨車線",
                  banner = "Truck plate.svg",
                  width = "expand"}

SD["US-Alt"] = {shield = "US %route%.svg",
                link = "U.S. Route %route% Alternate (南達科他州[dab||%dab%|])",
                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%|])",
                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