Jump to content

Module:Road data/strings/USA/IA

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

--Iowa
local IA = {}

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

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

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

IA.US = {shield = "US %route% square.svg",
         link = "U.S. Route %route% in Iowa",
         abbr = "US %route%"}

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

IA["US 1926"] = {shield = "US %route% Iowa 1926.svg",
                 link = "U.S. Route %route% in Iowa",
                 abbr = "US %route%"}

IA["US 1948"] = {shield = "US %route% (1948).svg",
                 link = "U.S. Route %route% in Iowa",
                 abbr = "US %route%"}

IA.IA = {shield = {hook = "between",
                   lower = 10,
                   upper = 99,
                   yes = "Elongated circle %route%.svg",
                   no = "Circle sign %route%.svg"},
         link = "Iowa Highway %route% [dab||(%dab%)|]",
         abbr = "Iowa %route%"}

IA["IA 1926"] = {shield = "Iowa %route% 1926.svg",
                 link = "Iowa Highway %route% [dab||(%dab%)|]",
                 abbr = "Iowa %route%"}

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

IA.CR = {shield = "CR %route% jct.svg",
         link = "[route|105|County Road 105 (Iowa)|]",
         abbr = "CR %route%"}

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

IA.Pri = {shield = "",
          link = "Iowa Primary Road No. %route%",
          abbr = "No. %route%"}

return IA