模組:Road data/strings/USA/MS

文档图示 模块文档[创建]
--密西西比州
local MS = {}

MS.I = {shield = "I-%route%.svg",
        link = {["14"] = "14號州際公路",
                ["22"] = "22號州際公路",
                ["269"] = "269號州際公路",
                default = {hook = "splitlen",
                           split = 3,
                           above = "%route%號州際公路 (密西西比州)",
                           below = "%route%號州際公路密西西比州段"}},
        abbr = "%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 = "%route%號美國國道密西西比州段",
         abbr = "%route%號美國國道",
         width = "expand"}

MS["US-Alt"] = {shield = MS.US.shield,
                link = "%route%號美國國道替代線 (密西西比州[dab||%dab%|])",
                abbr = "US %route% Alt.",
                banner = "Alt plate.svg",
                width = "expand"}

MS["US-Bus"] = {shield = MS.US.shield,
                link = "%route%號美國國道商業線 (密西西比州[dab||%dab%|])",
                abbr = "%route%號美國國道商業線",
                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 = "%route%號密西西比州州道",
         abbr = "%route%號密西西比州州道",
         width = "expand"}

MS["MS-Bus"] = {shield = MS.MS.shield,
                link = "%route%號密西西比州州道商業線",
                abbr = "%route%號密西西比州州道商業線",
                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 = "縣道%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