Content deleted Content added
create module to define some common terms which should not be linked. |
p.itemsindex and p.items |
||
Line 48:
--]]
p.itemsindex = {}
for i, v in ipairs(p.items) do
p.itemsindex[v] = true
end
|
create module to define some common terms which should not be linked. |
p.itemsindex and p.items |
||
Line 48:
--]]
p.itemsindex = {}
for i, v in ipairs(p.items) do
p.itemsindex[v] = true
end
|