Jump to content

Module:Road data/strings/USA/RI

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

--Rhode Island
local RI = {}

RI.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Rhode Island)",
        abbr = "I‑%route%"}

RI.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Rhode Island",
         abbr = "US %route%"}

RI.RI = {shield = "Rhode Island %route%.svg",
         link = "Rhode Island Route %route% [dab||(%dab%)|]",
         abbr = "Route %route%"}

RI.Route = RI.RI

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

RI.BS = {shield = "Business Spur %route%.svg",
         link = "Interstate %route% Business ([dab||%dab%, |]Rhode Island)",
         abbr = "I‑%route% Bus"}

return RI