پودمان:Road data/strings/USA/SD

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
--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 = "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 = "SD"}

SD["SD-Bus"] = {shield = "SD %route%.svg",
                link = "South Dakota Highway %route% Business",
                abbr = "SD %route% Bus.",
                banner = "Business plate South Dakota.svg",
                width = "SD"}

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.CR = {shield = "CR %route% jct.svg",
         link = "",
         abbr = "CR %route%"}

return SD