Modulo:WikidataIB/nolinks

Permanente a nasalakniban a modulo
Manipud iti Wikipedia, ti nawaya nga ensiklopedia
Dokumentasion ti modulo

Daytoy ket katulong a modulo para iti Modulo:WikidataIB.

local p ={}

--[[
The values here are the Ilokano sitelinks for items that should not be linked.
The one listed is not definitive and may be altered to suit.
--]]
p.items = {
	"Pintor",
}

--[[
This provides a convenient way to create a test whether an item is on the list.
--]]
p.itemsindex = {}
for i, v in ipairs(p.items) do
	p.itemsindex[v] = true
end

return p