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 Happy5214 (talk | contribs) at 08:34, 20 February 2014 (Adding banner-related data). 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% Bus",
         width = "expand"}

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

ID["US-Alt"] = {shield = ID.US.shield,
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Idaho)",
                abbr = "US-%route% Alt",
                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% Bus",
                banner = "Business 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.ID = {shield = "ID-%route%.svg",
         link = "Idaho State Highway %route%",
         abbr = "SH-%route%"}

ID.SH = ID.ID

ID.WA = {shield = "WA-%route%.svg",
         link = "Washington State Route %route%",
         abbr = "SR %route%"}

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

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

ID["ID-Bus"] = {shield = "ID-%route%.svg",
                link = "",
                abbr = "SH-%route% Bus",
                banner = "Business plate.svg"}

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

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

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

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

return ID