Modul:Road data/strings/USA/RI
Tampilan
--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 = {
["95E"] = "Interstate 95E (Rhode Island)",
["184"] = "Interstate 184 (Rhode Island)",
default = {
hook = "splitlen",
split = 3,
above = RI.I.base .. " (Rhode Island–Massachusetts)",
below = RI.I.base .. " in Rhode Island"
}
}
RI.BL.link = RI.I.base .. " Business" .. suffix
RI.BS.link = RI.I.base .. " Business" .. suffix
RI.BS.abbr = RI.I.abbr .. " Bus."
RI.US.link = {
["6A"] = RI.US.base .. " (Rhode Island)",
["44A"] = RI.US.base .. " (Rhode Island)",
default = RI.US.base .. " in Rhode Island"
}
RI["US-Bus"].shield = RI.US.shield
RI["US-Bus"].link = RI.US.base .. " 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