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 Chinissai (talk | contribs) at 14:07, 30 April 2016 (Use inheritance.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Rhode Island
local RI = require("Module:Road data/strings/USA")

local suffix = " ([dab||%dab%, |]Rhode Island)"

local util = require("Module:Road data/util")

RI.I.link = RI.I.name .. " (Rhode Island)"

RI.BL.link = RI.I.name .. " Business" .. suffix

RI.BS.link = RI.I.name .. " Business" .. suffix
RI.BS.abbr = RI.I.abbr .. " Bus."

RI.US.link = RI.US.name .. " in Rhode Island"

RI["US-Bus"].shield = RI.US.shield
RI["US-Bus"].link = RI.US.name .. " Business" .. suffix

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

RI.Route = RI.RI

--Must remove NER type nationally first.
--util.addAll(RI, require("Module:Road data/strings/USA/regional/NER"))

return RI