Jump to content

Module:Road data/strings/USA/IL

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 01:48, 4 January 2014 (Splitting Illinois). 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)

--Illinois
local IL = {}

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

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

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

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

IL["US-Hist"] = {shield = "[route|66|US 66 (historic).svg|]",
                 link = "U.S. Route %route% in Illinois",
                 abbr = "Historic US %route%"}

IL.IL = {shield = "Illinois %route%.svg",
         link = "Illinois Route %route%",
         abbr = "IL %route%"}

IL.Toll = {shield = "Indiana Toll Road logo 1968.svg",
           link = "Indiana Toll Road",
           abbr = "Indiana Toll Road"}

IL.Skyway = {shield = "Chicago Skyway logo.svg",
             link = "Chicago Skyway",
             abbr = "Chicago Skyway"}

IL.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"}
           }

IL.Lincoln = {shield = "LincolnHighwayMarker.svg",
              link = "Route of the Lincoln Highway#Illinois",
              abbr = "Lincoln Highway"}

IL.GRR = {shield = "GreatRiverRoad.svg",
	      link = "Routing of the Great River Road",
	      abbr = "Great River Road"}

IL["GRR-Spur"] = {shield = "GreatRiverRoad brown.svg",
                  link = "Great River Road",
                  abbr = "GRR spur"}

IL["GRR-Alt"] = {shield = "GreatRiverRoad.svg",
                 link = "Great River Road",
                 abbr = "GRR Alt"}

IL["E-OH"] = {shield = "Illinois Elgin–O'Hare Expressway.svg",
              link = "Elgin–O'Hare Expressway",
              abbr = "Elgin–O'Hare Expressway"}

IL.CR = {shield = "CR %route% jct.svg",
         link = "",
         abbr = "CR %route%"}

return IL