Module:Road data/strings/USA/MP explained

--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]]and enter the following input text:

To inspect the content of this data module when editing, enter the followinginto the Debug console: local util = require("Module:Road data/util") print(util.arrayToString(p))]

]

-- Northern Mariana Islandslocal MP = require("Module:Road data/strings/USA")

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

MP.MP =

-- add new types above this line if you want it to have the state highway browse and maintfor k, v in pairs(MP) do if k:find ("^%a") then v.browse = "Northern Mariana Islands Highways" endend

return MP