มอดูล:Road data/strings/USA/IA

จากวิกิพีเดีย สารานุกรมเสรี
Documentation icon คู่มือการใช้งานมอดูล[สร้าง]
--Iowa
local IA = {}

IA.I = {shield = "I-%route%.svg",
        name = "Interstate %route%",
        link = {["80N"] = "Interstate 680 (Iowa–Nebraska)",
                ["129"] = "Interstate 129",
                ["280"] = "Interstate 280 (Illinois–Iowa)",
                ["480"] = "Interstate 480 (Iowa–Nebraska)",
                ["680"] = "Interstate 680 (Iowa–Nebraska)",
                default = {hook = "split",
                           split = 100,
                           above = "Interstate %route% (Iowa)",
                           below = "Interstate %route% in Iowa"}},
        abbr = "I-%route%",
        width = "expand"}

IA.BL = {shield = "Business Loop %route%.svg",
         name = "Interstate %route% Business Loop",
         link = "Interstate %route% Business ([dab||%dab%, |]Iowa)",
         abbr = "I-%route% Business Loop",
         width = "expand"}

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

IA.US = {shield = "US %route%.svg",
         name = "U.S. Highway %route%",
         link = {["32"] = "U.S. Route 6 in Iowa",
                 ["55"] = "U.S. Route 55",
                 ["151"] = "U.S. Route 151",
                 ["161"] = "U.S. Route 161",
                 ["163"] = "Iowa Highway 163",
                 ["218"] = "U.S. Route 218",
                 ["275"] = "U.S. Route 275",
                 default = "U.S. Route %route% in Iowa"},
         abbr = "US %route%",
         width = "expand"}

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

IA["US 1926"] = {shield = "US %route% (1926).svg",
                 name = IA.US.name,
                 link = IA.US.link,
                 abbr = IA.US.abbr,
                 width = "US1926"}

IA["US 1926-City"] = {shield = "US %route% City 1926.svg",
                      name = "City U.S. Highway %route%",
                      link = "U.S. Route %route% City ([dab||%dab%, |]Iowa)",
                      abbr = "City US %route%",
                      width = "US1926"}                 

IA["US 1948"] = {shield = "US %route% (1948).svg",
                 name = IA.US.name,
                 link = IA.US.link,
                 abbr = IA.US.abbr}

IA["US 1948-City"] = IA["US 1926-City"]

IA["US 1961"] = {shield = "US %route% (1961).svg",
                 name = IA.US.name,
                 link = IA.US.link,
                 abbr = IA.US.abbr}

IA["US 1971"] = {shield = "US %route% square.svg",
                 name = IA.US.name,
                 link = IA.US.link,
                 abbr = IA.US.abbr}
                 
IA["US 1961-Alt"] = {shield = IA["US 1961"].shield,
                     name = "U.S. Highway %route% Alternate",
	             link = "U.S. Route %route% Alternate ([dab||%dab%, |]Iowa)",
	             abbr = "US %route% Alternate",
                     banner = "Alternate plate.svg"}

IA.IA = {shield = {hook = "split",
                   split = 10,
                   above = "Elongated circle %route%.svg",
                   below = "Circle sign %route%.svg"},
         name = "Iowa Highway %route%",
         link = "Iowa Highway %route% [dab||(%dab%)|]",
         abbr = "Iowa %route%",
         width = "expand"}

IA["IA 1926"] = {shield = "Iowa %route% 1926.svg",
                 name = IA.IA.name,
                 link = IA.IA.link,
                 abbr = IA.IA.abbr,
                width = "square"}

IA["IA 1961"] = {shield = {hook = "between",
                  lower = 10,
                  upper = 100,
                    yes = "Elongated circle %route%.svg",
                     no = "Circle sign %route%.svg"},
                 name = IA.IA.name,
                 link = IA.IA.link,
                 abbr = IA.IA.abbr,
                width = "square"}

IA["IA-Bus"] = {shield = IA.IA.shield,
                name = "Iowa Highway %route% Business",
                link = "Iowa Highway %route% Business [dab||(%dab%)|]",
                abbr = IA.IA.abbr.." Business",
                banner = "Business plate.svg",
                width = "expand"}

IA.AOTS = {shield = "Elongated circle 27.svg",
           name = "Avenue of the Saints",
           link = "Avenue of the Saints",
           abbr = "Iowa 27",
           banner = "Avenue of the Saints banner.png"}

IA.CR = {shield = "CR %route% jct.svg",
         name = "County Road %route%",
         link = {["105"] = "Iowa Highway 105",
                 ["99"] = "Iowa Highway 99",
                 ["X99"] = "Iowa Highway 99",
                 default = {ifexists = true,
                            default = "County Road %route% (%county% County, Iowa)"}},
         abbr = "CR %route%"}

IA.GRR = {shield = "GreatRiverRoad.svg",
          name = "Great River Road",
          link = "Great River Road",
          abbr = "Great River Road [route||(%route% Route)|]",
          banner = {arg = "route",
                    default = "",
                    National = "National Route plate.svg",
                    ["Alternate National"] = "Alternate plate.svg",
                    Alternate = "Alternate plate.svg"}}

IA.Pri = {shield = "",
          name = "Primary Road No. %route%",
          link = "Iowa Primary Road No. %route%",
          abbr = "No. %route%"}
          
IA.IL = {alias = {module = "USA/IL", type = "IL"}}
IA.MN = {alias = {module = "USA/MN", type = "MN"}}
IA.MO = {alias = {module = "USA/MO", type = "MO"}}
IA.NE = {alias = {module = "USA/NE", type = "NE"}}
IA.SD = {alias = {module = "USA/SD", type = "SD"}}
IA.WI = {alias = {module = "USA/WI", type = "WI"}}

return IA