20
edits
mNo edit summary |
mNo edit summary |
||
Line 1,114: | Line 1,114: | ||
local monsterResults = {} | local monsterResults = {} | ||
local output = {} | local output = {} | ||
table.insert(output, '{| class="wikitable" style="width: 100%;"') | table.insert(output, '{| class="wikitable" style="width: 100%;"') | ||
table.insert(output, '{| class="wikitable sortable" style="width: 100%;"') | table.insert(output, '{| class="wikitable sortable" style="width: 100%;"') | ||
table.insert(output, '! style="width: 25%;" | table.insert(output, '! style="width: 25%;"|'..Icons.Icon({itemName})..' x'..quantity) | ||
table.insert(output, '! colspan="3"|[['..itemName..']]') | table.insert(output, '! colspan="3"|[['..itemName..']]') | ||
table.insert(output, '!') | table.insert(output, '!') |
edits