Jump to content

Module:Road data/strings/USA/WI

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by NE2 (talk | contribs) at 05:50, 25 June 2014 (avoiding redirects is not a reason to increase complexity, especially when some of these are multi-state and could be split; also add WIS). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Wisconsin
local WI = {}

WI.I = {shield = "I-%route%.svg",
        link = "Interstate %route% in Wisconsin",
        abbr = "I‑%route%",
        width = "expand"}	

WI["I-Alt"] = {shield = "I-%route%.svg",
        link = "Interstate %route% Alternate (Wisconsin)",
        abbr = "Alt. I-%route%",
        width = "expand",
        banner="Alternate plate blue.svg"}

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

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

WI["US 1926"] = {shield = "US %route% Wisconsin 1926.svg",
                 link = WI.US.link,
                 abbr = WI.US.abbr,
                 width = "US1926"}

WI["US 1948"] = {shield = "US %route% (1948).svg",
                 link = WI.US.link,
                 abbr = WI.US.abbr,
                 width = "US1926"}
                 
WI["US-Alt"] = {shield = WI.US.shield,
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Wisconsin)",
                abbr = "Alt. US %route%",
                banner = "Alt plate.svg"}

WI["US-Bus"] = {shield = WI.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Wisconsin)",
                abbr = "Bus. US %route%",
                banner = "Business plate.svg"}

WI["US-Byp"] = {shield = WI.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]Wisconsin)",
                abbr = "Byp. US %route%",
                banner = "By-pass plate.svg"}

WI["US-Spur"] = {shield = WI.US.shield,
                 link = "U.S. Route %route% Spur ([dab||%dab%, |]Wisconsin)",
                 abbr = "Spur US %route%",
                 banner = "Spur plate.svg"}

WI["US-Truck"] = {shield = WI.US.shield,
                link = "U.S. Route %route% Truck ([dab||%dab%, |]Wisconsin)",
                abbr = "Truck US %route%",
                banner = "Truck plate.svg"}

WI.WI = {shield = "WIS %route%.svg",
         link = "Wisconsin Highway %route% [dab||(%dab%)|]",
         abbr = "WIS %route%"}

WI.STH = WI.WI

WI.WIS = WI.WI

WI["WI-Alt"] = {shield = WI.WI.shield,
                link = "Wisconsin Highway %route% Alternate [dab||(%dab%)|]",
                abbr = "Alt. WIS %route%",
                banner = "Alt plate.svg"}

WI["WI-Bus"] = {shield = WI.WI.shield,
                link = "Wisconsin Highway %route% Business [dab||(%dab%)|]",
                abbr = "Bus. WIS %route%",
                banner = "Business plate.svg"}

WI["STH-Alt"] = WI["WI-Alt"]

WI["STH-Bus"] = WI["WI-Bus"]

WI["WI-Spur"] = {shield = WI.WI.shield,
                 link = "Wisconsin Highway %route% Spur",
                 abbr = "Spur WIS %route%",
                 banner = "Spur plate.svg"}

WI.CTH = {shield = "WIS County %route%.svg",
          link = "",
          abbr = "CTH-%route%"}

WI.CR = WI.CTH

WI.Rustic = {shield = "Rustic road.svg",
             link = "Rustic Roads (Wisconsin)",
             abbr = "Rustic Road %route%"}

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

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

WI.IL = {alias = {module = "USA/IL", type = "IL"}}
WI.IA = {alias = {module = "USA/IA", type = "IA"}}
WI.MI = {alias = {module = "USA/MI", type = "M"}}
WI.MN = {alias = {module = "USA/MN", type = "MN"}}

return WI