Jump to content

Module:Road data/strings/USA/MI

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 22:14, 5 January 2014 (Splitting Michigan). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

--Michigan
local MI = {}

MI.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Michigan)",
        abbr = "I‑%route%"	}

MI["I 1957"] = {shield = "I-%route% (MI 1957).svg",
                link = MI.I.link,
                abbr = MI.I.abbr}

MI.BL = {shield = "Business Loop %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Michigan)",
         abbr = "BL I-%route%"}

MI.BS = {shield = "Business Spur %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Michigan)",
         abbr = "BS I-%route%"}

MI["BL 1957"] = {shield = "Business Loop %route% (1957).svg",
                 link = MI.BL.link,
                 abbr = MI.BL.abbr}

MI["BS 1957"] = {shield = "Business Spur %route% (1957).svg",
                 link = MI.BS.link,
                 abbr = MI.BS.abbr}

MI.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Michigan",
         abbr = "US %route%"}	      

MI["US 1926"] = {shield = "US %route% Michigan 1926.svg",
                 link = MI.US.link,
                 abbr = MI.US.abbr}

MI["US 1948"] = {shield = "US %route% Michigan 1948.svg",
                 link = MI.US.link,
                 abbr = MI.US.abbr}

MI["US 1961"] = MI["US 1948"] -- MI did not use the 1961 version and continued to use the 1948

MI.M = {shield = "M-%route%.svg",
        link = "M-%route% ([dab||%dab% |]Michigan highway)",
        abbr = "M-%route%"}

MI.MI = MI.M

MI["M 1919"] = {shield = "M-%route% 1919.svg",
                link = MI.M.link,
                abbr = MI.M.abbr}

MI["M 1926"] = {shield = "M-%route% 1926.svg",
                link = MI.M.link,
                abbr = MI.M.abbr}

MI["M 1948"] = {shield = "M-%route% 1948.svg",
                link = MI.M.link,
                abbr = MI.M.abbr}

MI.CDH = {shield ="County %route%.svg",
          link = "%route% (Michigan county highway)",
          abbr = "%route%"}

MI.CR = {shield = "Michigan %route% %county% County.svg",
         link = "County Road %route% (%county% County, Michigan)",
         abbr = "CR %route%"}

MI.FFH = {shield = "Forest Route %route%.svg",
          link = "Forest Highway %route%",
          abbr = "FFH %route%"}

MI.Tour = Tour

MI["Capitol Loop"] = {shield = "CapitolLoop.svg",
                      link = "Capitol Loop",
                      abbr = "Capitol Loop"}

MI["US-Alt"] = {shield = MI.US.shield,
                link = "U.S. Route %route% Alternate (%dab%, Michigan)",
                abbr = "ALT US %route%"}

MI["US-Bus"] = {shield = MI.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Michigan)",
                abbr = "BUS US %route%"}

MI["US-Byp"] = {shield = MI.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]Michigan)",
                abbr = "BYP US %route%"}

MI["US-Conn"] = {shield = MI.US.shield,
                 link = "U.S. Route %route% Connector ([dab||%dab%, |]Michigan)",
                 abbr = "CONN M-%route%"}

MI["US-Truck"] = {shield = MI.US.shield,
                  link = "U.S. Route %route% Truck (%dab%, Michigan)",
                  abbr = "TRUCK US%route%"}

MI["US 1926-Alt"] = {shield = MI["US 1926"].shield,
                     link = MI["US-Alt"].link,
                     abbr = MI["US-Alt"].abbr}

MI["US 1926-Bus"] = {shield = MI["US 1926"].shield,
                     link = MI["US-Bus"].link,
                     abbr = MI["US-Bus"].abbr}

MI["US 1926-Byp"] = {shield = MI["US 1926"].shield,
                     link = MI["US-Byp"].link,
                     abbr = MI["US-Byp"].abbr}

MI["US 1926-Conn"] = {shield = MI["US 1926"].shield,
                      link = MI["US-Byp"].link,
                      abbr = MI["US-Byp"].abbr}

MI["US 1926-Truck"] = {shield = MI["US 1926"].shield,
                       link = MI["US-Truck"].link,
                       abbr = MI["US-Truck"].abbr}

MI["US 1948-Alt"] = {shield = MI["US 1948"].shield,
                     link = MI["US-Alt"].link,
                     abbr = MI["US-Alt"].abbr}

MI["US 1948-Bus"] = {shield = MI["US 1948"].shield,
                     link = MI["US-Bus"].link,
                     abbr = MI["US-Bus"].abbr}

MI["US 1948-Byp"] = {shield = MI["US 1948"].shield,
                     link = MI["US-Byp"].link,
                     abbr = MI["US-Byp"].abbr}

MI["US 1948-Conn"] = {shield = MI["US 1948"].shield,
                      link = MI["US-Byp"].link,
                      abbr = MI["US-Byp"].abbr}

MI["US 1948-Truck"] = {shield = MI["US 1948"].shield,
                       link = MI["US-Truck"].link,
                       abbr = MI["US-Truck"].abbr}

MI["US 1961-Alt"] = MI["US 1948-Alt"] 

MI["US 1961-Bus"] = MI["US 1948-Bus"] 

MI["US 1961-Byp"] = MI["US 1948-Byp"] 

MI["US 1961-Conn"] = MI["US 1948-Conn"] 

MI["US 1961-Truck"] = MI["US 1948-Truck"] 

MI["M-Alt"] = {shield = MI.M.shield,
               link = "M-%route% Alternate (%dab%, Michigan)",
               abbr = "ALT M-%route%"}

MI["MI-Alt"] = MI["M-Alt"]

MI["M-Bus"] = {shield = MI.M.shield,
               link = "M-%route% Business ([dab||%dab%, Michigan||Michigan highway])",
               abbr = "BUS M-%route%"}

MI["MI-Bus"] = MI["M-Bus"]

MI["M-Byp"] = {shield = MI.M.shield,
               link = "M-%route% Bypass ([dab||%dab%, Michigan||Michigan highway])",
               abbr = "BYP M-%route%"}

MI["MI-Byp"] = MI["M-Byp"]

MI["M-Conn"] = {shield = MI.M.shield,
                link = "M-%route% Connector (Michigan highway)",
                abbr = "CONN M-%route%"}

MI["MI-Conn"] = MI["M-Conn"]

MI["M-Truck"] = {shield = MI.M.shield,
                 link = "M-%route% Truck (%dab%, Michigan)",
                 abbr = "TRUCK M-%route%"}

MI["MI-Truck"] = MI["M-Truck"]

MI["M 1926-Alt"] = {shield = MI["M 1926"].shield,
                    link = MI["M-Alt"].link,
                    abbr = MI["M-Alt"].abbr}

MI["M 1926-Bus"] = {shield = MI["M 1926"].shield,
                    link = MI["M-Bus"].link,
                    abbr = MI["M-Bus"].abbr}

MI["M 1926-Byp"] = {shield = MI["M 1926"].shield,
                    link = MI["M-Byp"].link,
                    abbr = MI["M-Byp"].abbr}

MI["M 1926-Conn"] = {shield = MI["M 1926"].shield,
                     link = MI["M-Byp"].link,
                     abbr = MI["M-Byp"].abbr}

MI["M 1926-Truck"] = {shield = MI["M 1926"].shield,
                      link = MI["M-Truck"].link,
                      abbr = MI["M-Truck"].abbr}

MI["M 1948-Alt"] = {shield = MI["M 1948"].shield,
                    link = MI["M-Alt"].link,
                    abbr = MI["M-Alt"].abbr}

MI["M 1948-Bus"] = {shield = MI["M 1948"].shield,
                    link = MI["M-Bus"].link,
                    abbr = MI["M-Bus"].abbr}

MI["M 1948-Byp"] = {shield = MI["M 1948"].shield,
                    link = MI["M-Byp"].link,
                    abbr = MI["M-Byp"].abbr}

MI["M 1948-Conn"] = {shield = MI["M 1948"].shield,
                     link = MI["M-Byp"].link,
                     abbr = MI["M-Byp"].abbr}

MI["M 1948-Truck"] = {shield = MI["M 1948"].shield,
                      link = MI["M-Truck"].link,
                      abbr = MI["M-Truck"].abbr}

return MI