20
edits
mNo edit summary |
mNo edit summary |
||
Line 1,118: | Line 1,118: | ||
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%;"|{ItemIcon|'..itemName..'|notext=true|size=50} x'..quantity) | ||
table.insert(output, '! colspan="3"|[['..itemName..']]') | table.insert(output, '! colspan="3"|[['..itemName..']]') | ||
table.insert(output, '!') | table.insert(output, '!') |
edits