Jump to content

Module:Road data/strings/USA/OR

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

--Oregon
local OR = {}

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

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

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

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

OR["US-Byp"] = {shield = OR.US.shield,
                link = "U.S. Route %route% Bypass ([dab||%dab%, |]Oregon)",
                abbr = "US %route% Byp"}

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

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

OR["OR-Bus"] = {shield = "OR %route%.svg",
                link = "Oregon Route %route% Business",
                abbr = "OR %route% Bus"}

OR.CA = {shield = "California %route%.svg",
         link = "California State Route %route%",
         abbr = "SR %route%"}

return OR