Modul:Road data/strings/USA/ID
Tampilan
--Idaho
local ID = {}
ID.I = {shield = "I-%route%.svg",
link = {["15W"] = "Interstate 15W (Idaho)",
["86"] = "Interstate 86 (Idaho)",
["180"] = "Interstate 180 (Idaho)",
["184"] = "Interstate 184",
default = "Interstate %route% in Idaho"},
abbr = "I-%route%",
width = "expand"}
ID["I 1957"] = {shield = "I-%route% (1957).svg",
name = ID.I.name,
link = ID.I.link,
abbr = ID.I.abbr}
ID["I 1961"] = {shield = {hook = "splitlen",
split = 3,
above = "I-%route% (1961).svg",
below = "I-%route% (1957).svg"},
name = ID.I.name,
link = ID.I.link,
abbr = ID.I.abbr}
ID.BL = {shield = "Business Loop %route%.svg",
link = "Interstate %route% Business ([dab||%dab%, |]Idaho)",
abbr = ID.I.abbr .. " Business Loop",
width = "expand"}
ID.BS = {shield = "Business Spur %route%.svg",
link = "Interstate %route% Business ([dab||%dab%, |]Idaho)",
abbr = ID.I.abbr .. " 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 = ID.US.abbr .. " Alternate",
banner = "Alt plate.svg",
width = "expand"}
ID["US-Bus"] = {shield = ID.US.shield,
link = "U.S. Route %route% Business ([dab||%dab%, |]Idaho)",
abbr = ID.US.abbr .. " Business",
banner = "Business plate.svg",
width = "expand"}
ID["US-Conn"] = {shield = ID.US.shield,
link = "U.S. Route %route% Connector ([dab||%dab%, |]Idaho)",
abbr = ID.US.abbr .. " Connector",
banner = "Conn plate.svg",
width = "expand"}
ID["US-Spur"] = {shield = ID.US.shield,
link = "U.S. Route %route% Spur ([dab||%dab%, |]Idaho)",
abbr = ID.US.abbr .. " Spur",
banner = "Spur plate.svg",
width = "expand"}
ID.SH = {shield = "ID-%route%.svg",
link = "Idaho State Highway %route%",
abbr = "SH-%route%",
width = "square"}
ID.ID = ID.SH
ID["SH-Conn"] = {shield = "ID-%route%.svg",
link = "Idaho State Highway %route% Connector [dab||(%dab%)|]",
abbr = ID.ID.abbr .. " 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 = ID.ID.abbr .. " 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 = ID.ID.abbr .. " Spur",
banner = "Spur plate.svg"}
ID["ID-Spur"] = ID["SH-Spur"]
ID.CR = {shield = "",
link = "",
abbr = "CR %route%"}
ID.WA = {alias = {module = "USA/WA", type = "SR"}}
ID.OR = {alias = {module = "USA/OR", type = "OR"}}
ID.NV = {alias = {module = "USA/NV", type = "NV"}}
ID.UT = {alias = {module = "USA/UT", type = "SR"}}
ID.WY = {alias = {module = "USA/WY", type = "WY"}}
ID.MT = {alias = {module = "USA/MT", type = "MT"}}
ID.BC = {alias = {module = "CAN/BC", type = "BC"}}
return ID