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 NE2 (talk | contribs) at 01:46, 7 June 2014 (US-Bus). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Rhode Island
local RI = {}

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

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

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

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

RI.Route = RI.RI

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

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

return RI