Omniversalis Wikia
Advertisement

Documentation for this module may be created at Module:Road data/strings/USA/MS/doc

--Mississippi
local MS = {}

MS.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (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 = "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",
                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
Advertisement