Modulo:WikidataIB/nolinks
Dokumentasion ti modulo
Inus-usar daytoy a modulo kadagiti adu a panid, no baliwam adunto ti makadlaw. Pangngaasi nga umuna a subokan kadagiti subpanid ti /pagipadasan wenno /pangsubok, wenno iti bukodmo a subpanid, ken usigen a pagtungtungan dagiti binaliwan iti panid ti tungtungan sakbay nga isayangkat. |
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