Module:Road data/strings/USA/WA

Frae Wikipedia, the free beuk o knawledge
--Washington
local WA = {}

WA.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Washington)",
        abbr = "I‑%route%",
        width = "expand"}	

WA.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Washington",
         abbr = "US %route%",
         width = "expand"}

WA["US 1926"] = {shield = "US %route% Washington 1926.svg",
                 link = WA.US.link,
                 abbr = WA.US.abbr,
                 width = "US1926"}         
 
WA["US 1948"] = {shield = "US %route% (1948).svg",
                 link = WA.US.link,
                 abbr = WA.US.abbr}
                 
WA["US 1961"] = {shield = "US %route% (1961).svg",
                 link = WA.US.link,
                 abbr = WA.US.abbr}         

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

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

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

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

WA["US-Fut"] = {shield = WA.US.shield,
                link = "U.S. Route %route% Future ([dab||%dab%, |]Washington)",
                abbr = "US %route% Future",
                banner = "Future plate.svg",
                width = "expand"}

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

WA.WA = {shield = "WA-%route%.svg",
         link = "Washington State Route %route% [dab||(%dab%)|]",
         abbr = "SR %route%"}

WA.SR=WA.WA

WA.FR = {shield = "Forest Route %route%.svg",
         link = "",
         abbr = "FR %route%"}

WA.FH = {shield = "Forest Route %route%.svg",
         link = "",
         abbr = "FH %route%"}

WA.FFH=WA.FH

WA.PSH = {shield = "WA-PSH%route%.svg",
          link = "Primary State Highway %route% (Washington)",
          abbr = "PSH %route%",
          width = 19}

WA.SSH = {shield = "WA-SSH%route%.svg",
          link = "Secondary State Highway %route% (Washington)",
          abbr = "SSH %route%",
          width = 19}

WA["SR-Alt"] = {shield = "WA-%route%.svg",
                link = "Washington State Route %route% Alternate [dab||(%dab%)|]",
                abbr = "SR %route% Alt.",
                banner = "Alt plate.svg"}

WA["SR-Bus"] = {shield = "WA-%route%.svg",
                link = "Washington State Route %route% Business [dab||(%dab%)|]",
                abbr = "SR %route% Bus.",
                banner = "Business plate.svg"}

WA["SR-ALT"] = WA["SR-Alt"]

WA["SR-Spur"] = {shield = "WA-%route%.svg",
                 link = "Washington State Route %route% Spur [dab||(%dab%)|]",
                 abbr = "SR %route% Spur",
                 banner = "Spur plate.svg"}

WA["WA-Spur"] = WA["SR-Spur"]

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

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

return WA