มอดูล:Road data/strings/USA/RI

จากวิกิพีเดีย สารานุกรมเสรี
Documentation icon คู่มือการใช้งานมอดูล[สร้าง]
--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