Jump to content

Module:Road data/strings/USA/WA

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

--Washington
local WA = {}

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

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

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

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

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

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

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

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.PSH = {shield = "WA-PSH%route%.svg",
          link = "Primary State Highway %route% (Washington)",
          abbr = "PSH %route%"}

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

WA["SR-Alt"] = {shield = "WA-%route%.svg",
                link = "Washington State Route %route% Alternate",
                abbr = "SR %route% Alt"}

WA["SR-Bus"] = {shield = "WA-%route%.svg",
                link = "Washington State Route %route% Business",
                abbr = "SR %route% Bus"}

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

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

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

WA.OR = {shield = "OR %route%.svg",
         link = "Oregon Route %route% [dab||(%dab%)|]",
         abbr = "OR %route%"}

return WA