Modul:Road data/strings/USA/SD
Tampilan
--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["US 1926"] = {shield = "US %route% (1926).svg",
name = SD.US.name,
link = SD.US.link,
abbr = SD.US.abbr,
width = "US1926"}
SD["US 1948"] = {shield = "US %route% (1948).svg",
name = SD.US.name,
link = SD.US.link,
abbr = SD.US.abbr}
SD["US 1961"] = {shield = "US %route% (1961).svg",
name = SD.US.name,
link = SD.US.link,
abbr = SD.US.abbr}
SD.SD = {shield = "SD %route%.svg",
link = "South Dakota Highway %route% [dab||(%dab%)|]",
abbr = "SD %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 = "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["SD-Spur"] = {shield = SD.SD.shield,
link = "South Dakota Highway %route% Spur",
abbr = "SD %route% Spur",
banner = "Spur 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.DL = {shield = "Downtown Loop %route%.svg",
link = "Interstate %route% Downtown ([dab||%dab%, |]South Dakota)",
abbr = "I-%route% Dwtn.",
width = "expand"}
SD.DS = {shield = "Downtown Spur %route%.svg",
link = "Interstate %route% Downtown ([dab||%dab%, |]South Dakota)",
abbr = "I-%route% Dwtn.",
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"}}
SD.road = {alias = {module = "USA", type = "road"}}
return SD