444
edits
Inconvenient (talk | contribs) mNo edit summary |
Inconvenient (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
local index = tonumber(frame.args[1]) | local index = tonumber(frame.args[1]) | ||
for i, item in Shared.skpairs(ItemData.Items) do | for i, item in Shared.skpairs(ItemData.Items) do | ||
if i >= index and i < index + 50 | if i >= index and i < index + 50 then | ||
local itemRow = '\r\n|-' | local itemRow = '\r\n|-' | ||
itemRow = itemRow..'|'..Icons.Icon({item.name, notext=true, size=50})..'|'..item.id..'|'..item.category | itemRow = itemRow..'|'..Icons.Icon({item.name, notext=true, size=50})..'|'..item.id..'|'..item.category |
edits