444
edits
Inconvenient (talk | contribs) mNo edit summary |
Inconvenient (talk | contribs) mNo edit summary |
||
Line 23: | Line 23: | ||
result = result..'{| class="wikitable sortable stickyHeader"\r\n|-\r\nclass="headerRow-0"\r\n!colspan="2"|Item!ID!Category!Type!Sells For!Item Sources!Item Uses' | result = result..'{| class="wikitable sortable stickyHeader"\r\n|-\r\nclass="headerRow-0"\r\n!colspan="2"|Item!ID!Category!Type!Sells For!Item Sources!Item Uses' | ||
end | end | ||
result = result.. | for i, item in pairs(itemList) do | ||
result = result..item | |||
end | |||
if frame and frame.args[2] == 'end' then | if frame and frame.args[2] == 'end' then | ||
result = result..'\r\n|}' | result = result..'\r\n|}' |
edits