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

توضیحات پودمان[ایجاد] [پاکسازی]
--Minnesota
local MN = {}

MN.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Minnesota)",
        abbr = "I‑%route%",
        width = "expand"}

MN.BL = {shield = "Business Loop %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Minnesota)",
         abbr = "I‑%route% Bus.",
         width = "expand"}

MN.US = {shield = "US %route% (MN).svg",
         link = "U.S. Route %route% in Minnesota",
         abbr = "US %route%"}

MN["US 1926"] = {shield = "US %route% Minnesota 1926.svg",
                 link = MN.US.shield,
                 abbr = MN.US.abbr,
                 width = "US1926"}         
 
MN["US 1948"] = {shield = "US %route% (1948).svg",
                 link = MN.US.link,
                 abbr = MN.US.abbr}
                 
MN["US 1961"] = {shield = "US %route% (1961).svg",
                 link = MN.US.link,
                 abbr = MN.US.abbr}
                 
MN["US-Bus"] = {shield = MN.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Minnesota)",
                abbr = "US %route% Bus.",
                banner = "Business plate.svg"}

MN.MN = {shield = "MN-%route%.svg",
         link = "Minnesota State Highway %route%",
         abbr = "MN %route%"}

MN.TH = MN.MN

MN["MN-Bus"] = {shield = "MN-%route% Business.svg",
                link = "Minnesota State Highway %route% Business",
                abbr = "MN %route% Bus."}

MN.CSAH = {shield = "County %route% (MN).svg",
           link = "",
           abbr = "CSAH %route%"}

MN.CR = {shield = {arg = "county",
                   default = "County %route% (MN).svg",
                   
                   Inter = "Inter County Route %route% MN.svg"},
         link = "",
         abbr = "CR %route%"}

MN.GRR = {shield = "GreatRiverRoad.svg",
	      link = "Great River Road",
	      abbr = "Great River Road"}

MN.Tour = {shield = {default = "Great Lakes Circle Tour.svg",
                     LSCT = "Lake Superior Circle Tour.svg",
                     LMCT = "Lake Michigan Circle Tour.svg",
                     LHCT = "Lake Huron Circle Tour.svg",
                     LECT = "Lake Erie Circle Tour.svg",
                     ["LSCT-Spur"] = "Lake Superior Circle Tour brown.svg",
                     ["LMCT-Spur"] = "Lake Michigan Circle Tour brown.svg",
                     ["LHCT-Spur"] = "Lake Huron Circle Tour brown.svg"},
           link = {default = "Great Lakes Circle Tour",
                   LSCT = "Lake Superior Circle Tour",
                   LMCT = "Lake Michigan Circle Tour",
                   LHCT = "Lake Huron Circle Tour",
                   LECT = "Lake Erie Circle Tour",
                   ["LSCT-Spur"] = "Lake Superior Circle Tour",
                   ["LMCT-Spur"] = "Lake Michigan Circle Tour",
                   ["LHCT-Spur"] = "Lake Huron Circle Tour"},
           abbr = {default = "GLCT",
                   LSCT = "LSCT",
                   LMCT = "LMCT",
                   LHCT = "LHCT",
                   LECT = "LECT",
                   ["LSCT-Spur"] = "LSCT Spur",
                   ["LMCT-Spur"] = "LMCT Spur",
                   ["LHCT-Spur"] = "LHCT Spur"}
           }

MN["MN 1920"] = {shield = "",
                 link = "Minnesota State Highway %route% (1920)",
                 abbr = "TH %route%"}

return MN