Modul:Road data/strings/USA/MS
Tampilan
--Mississippi
local MS = {}
MS.I = {shield = "I-%route%.svg",
link = {["14"] = "Interstate 14",
["22"] = "Interstate 22",
["269"] = "Interstate 269",
default = {hook = "splitlen",
split = 3,
above = "Interstate %route% (Mississippi)",
below = "Interstate %route% in Mississippi"}},
abbr = "I-%route%",
width = "expand"}
MS["I-Future"] = {shield = "I-%route% (Future).svg",
link = MS.I.link,
abbr = "Future I-%route%",
width = "expand"}
MS.US = {shield = "US %route%.svg",
link = "U.S. Route %route% in Mississippi",
abbr = "US %route%",
width = "expand"}
MS["US-Alt"] = {shield = MS.US.shield,
link = "U.S. Route %route% Alternate ([dab||%dab%, |]Mississippi)",
abbr = "US %route% Alt.",
banner = "Alt plate.svg",
width = "expand"}
MS["US-Bus"] = {shield = MS.US.shield,
link = "U.S. Route %route% Business ([dab||%dab%, |]Mississippi)",
abbr = "US %route% Bus.",
banner = "Business plate.svg",
width = "expand"}
MS.MS = {shield = {hook = "between",
lower = 20,
upper = 100,
yes = "Elongated circle %route%.svg",
no = "Ellipse sign %route%.svg"},
link = "Mississippi Highway %route%[dab|| (%dab%)|]",
abbr = "MS %route%",
width = "expand"}
MS["MS-Bus"] = {shield = MS.MS.shield,
link = "Mississippi Highway %route% Business",
abbr = "MS %route% Bus.",
banner = "Business plate.svg",
width = "expand"}
MS["MS-Scenic"] = {shield = "Ellipse sign %route% blue.svg",
link = "Mississippi Highway %route% Scenic",
abbr = "MS %route% Scenic",
banner = "Scenic Route plate blue.svg",
bannersuffix = "blue",
width = "expand"}
MS.GRR = {shield = "GreatRiverRoad.svg",
link = "Great River Road",
abbr = "Great River Road"}
MS.CR = {shield = "CR %route% jct.svg",
link = "",
abbr = "CR %route%"}
MS.FR = {shield = "",
link = "",
abbr = "FR %route%"}
MS.AL = {alias = {module = "USA/AL", type = "SR"}}
MS["MS 1960"] = {shield = "Mississippi %route%.svg",
link = MS.MS.link,
abbr = MS.MS.abbr}
MS["US 1961"] = {shield = "US %route% (1961).svg",
link = MS.US.link,
abbr = MS.US.abbr}
MS.NTP = {shield = "Natchez Trace Parkway Logo.gif",
link = "Natchez Trace Parkway",
abbr = "Natchez Trace Parkway"}
return MS