Jump to content

Module:Road data/strings/USA/ID

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 18:16, 11 July 2015 (spell out). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Idaho
local ID = {}

ID.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Idaho)",
        abbr = "I-%route%",
        width = "expand"}

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

ID.BS = {shield = "Business Spur %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Idaho)",
         abbr = "I-%route% Business Spur",
         width = "expand"}

ID.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Idaho",
         abbr = "US-%route%",
         width = "expand"}

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

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

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

ID["US-Conn"] = {shield = ID.US.shield,
                link = "U.S. Route %route% Connector ([dab||%dab%, |]Idaho)",
                abbr = "US-%route% Connector",
                banner = "Conn plate.svg",
                width = "expand"}

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

ID.SH = {shield = "ID-%route%.svg",
         link = "Idaho State Highway %route%",
         abbr = "SH-%route%"}

ID.ID = ID.SH

ID.WA = {alias = {module = "USA/WA", type = "SR"}}

ID["SH-Conn"] = {shield = "ID-%route%.svg",
                 link = "Idaho State Highway %route% Connector [dab||(%dab%)|]",
                 abbr = "SH-%route% Connector",
                 banner = "Connector plate.svg"}

ID["ID-Conn"] = ID["SH-Conn"]

ID["SH-Bus"] = {shield = "ID-%route%.svg",
                 link = "Idaho State Highway %route% Business [dab||(%dab%)|]",
                abbr = "SH-%route% Business",
                banner = "Business plate.svg"}

ID["ID-Bus"] = ID["SH-Bus"]

ID["SH-Spur"] = {shield = "ID-%route%.svg",
                 link = "Idaho State Highway %route% Spur [dab||(%dab%)|]",
                 abbr = "SH-%route% Spur",
                 banner = "Spur plate.svg"}

ID["ID-Spur"] = ID["SH-Spur"]

ID.CR = {shield = "",
         link = "",
         abbr = "CR-%route%"}

ID.BC = {alias = {module = "CAN/BC", type = "BC"}}

return ID