444
edits
Inconvenient (talk | contribs) mNo edit summary |
Inconvenient (talk | contribs) mNo edit summary |
||
Line 12: | Line 12: | ||
local itemList = {} | local itemList = {} | ||
local i = tonumber(frame.args[1]) | local i = tonumber(frame.args[1]) | ||
local iend = i + | local iend = i + 110 | ||
while i < iend do | while i < iend do | ||
local item = Items.getItemByID(i) | local item = Items.getItemByID(i) | ||
local itemRow = ' | local itemRow = '|-'..itemRow..'\r\n|'..Icons.Icon({item.name, type='item', notext=true, size=50}) | ||
itemRow = itemRow..'||'..item.name..'||'..(i - 1)..'||'..item.category..'||'..item.type | itemRow = itemRow..'||'..item.name..'||'..(i - 1)..'||'..item.category..'||'..item.type | ||
itemRow = itemRow..'||data-sort-value="'..item.sellsFor..'"|[[File:Coins.svg|20px]] '..item.sellsFor | itemRow = itemRow..'||data-sort-value="'..item.sellsFor..'"|[[File:Coins.svg|20px]] '..item.sellsFor |
edits