1,131
edits
No edit summary |
No edit summary |
||
| Line 145: | Line 145: | ||
-- Process the item and add it to the final data table | -- Process the item and add it to the final data table | ||
local dataline = p.processData(item, editbtn) | local dataline = p.processData(item, editbtn) | ||
mw.log("dataline", dump(item)) | |||
table.insert(data, dataline) | table.insert(data, dataline) | ||
end | end | ||