Modul:Road data/strings/USA/IN

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

--Indiana
local IN = {}

IN.I = {shield = "I-%route%.svg",
        link = {["164"] = "Interstate 164",
                ["265"] = "Interstate 265",
                ["275"] = "Interstate 275 (Ohio–Indiana–Kentucky)",
                ["294"] = "Interstate 294",
                ["465"] = "Interstate 465",
                ["469"] = "Interstate 469",
                ["865"] = "Interstate 865",
                default = {hook = "split",
                           split = 100,
                           above = "Interstate %route% (Indiana)",
                           below = "Interstate %route% in Indiana"}},
        abbr = "I-%route%",
        width = "expand"}
        
IN["I 1961"] = {shield = {hook = "splitlen",
                           split = 3,
                           above = "I-%route% (1961).svg",
                           below = "I-%route% (1957).svg"},
                link = IN.I.link,
                abbr = IN.I.abbr,
                width = "expand"}

IN.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Indiana",
         abbr = "US %route%",
         width = "expand"}

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

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

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

IN.SR = {shield = "Indiana %route%.svg",
         link = "Indiana State Road %route% [dab||(%dab%)|]",
         abbr = "SR %route%",
         width = "expand"}

IN.IN = IN.SR

IN["SR-Bus"] = {shield = "Indiana %route%.svg",
                link = "Indiana State Road %route% Business [dab||(%dab%)|]",
                abbr = "Bus. SR %route%",
                banner = "Business plate.svg",
                width = "expand"}

IN["IN-Bus"]=IN["SR-Bus"]

IN["SR-Truck"] = {shield = "Indiana %route%.svg",
                link = "Indiana State Road %route% Truck [dab||(%dab%)|]",
                abbr = "Truck SR %route%",
                banner = "Truck plate.svg",
                width = "expand"}

IN["IN-Truck"]=IN["SR-Truck"]

IN["IN 1926"] = {shield = "Indiana %route% (1926).svg",
                 link = IN.IN.link,
                 abbr = IN.IN.abbr,
                 width = 14}

IN["SR 1926"] = IN["IN 1926"]

IN["IN 1940"] = {shield = "Indiana %route% (1940).svg",
                 link = IN.IN.link,
                 abbr = IN.IN.abbr,
                 width = 14}

IN["SR 1940"] = IN["IN 1940"]

IN["IN 1948"] = {shield = "Indiana %route% (1948).svg",
                 link = IN.IN.link,
                 abbr = IN.IN.abbr,
                 width = 14}

IN["SR 1948"] = IN["IN 1948"]

IN["IN 1955"] = {shield = {	hook = "between",
							lower = 20,
							upper = 99,
							yes = IN.IN.shield,
							no = "Indiana %route% (1955).svg"},
                 link = IN.IN.link,
                 abbr = IN.IN.abbr,
                 width = square}

IN["SR 1955"] = IN["IN 1955"]

IN.Toll = {shield = "Indiana Toll Road jct.svg",
           link = "Indiana Toll Road",
           abbr = "Indiana Toll Road"}

IN.ITR = IN.Toll

IN.Lincoln = {shield = "LincolnHighwayMarker.svg",
              link = "Lincoln Highway in Indiana",
              abbr = "Lincoln Highway",
              width = 14}

IN.National = {shield = "National Road Sign cropped.JPG", --should be improved
              link = "National Road",
              abbr = "Historic National Road"}

IN.Dixie = {shield = "Dixie Highway marker.svg",
            link = "Dixie Highway",
            abbr = "Dixie Highway",
            width = 12}

IN.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"},
           bannersuffix = {default = "green",
                   ["LSCT-Spur"] = "brown",
                   ["LMCT-Spur"] = "brown",
                   ["LHCT-Spur"] = "brown"}
            }

IN.CR = {shield = {arg = "county",
                   default    = "CR %route% jct.svg",
                   Hendricks      = ""},
         link = {["17"] = "[county|Elkhart|County Road 17 (Elkhart County, Indiana)|]",
                 default = ""},
         abbr = "CR %route%"}

IN.USBR = {alias = {module = "USA", type = "USBR"}}
IN.IL = {alias = {module = "USA/IL", type = "IL"}}
IN.Skyway = {alias = {module = "USA/IL", type = "Skyway"}}
IN.KY = {alias = {module = "USA/KY", type = "KY"}}
IN.road = {alias = {module = "USA", type = "road"}}

-- "IN old" is deprecated, please use the years instead

return IN