444
edits
Inconvenient (talk | contribs) mNo edit summary |
Inconvenient (talk | contribs) mNo edit summary |
||
Line 26: | Line 26: | ||
local itemList = {} | local itemList = {} | ||
local i = tonumber(frame.args[1]) | local i = tonumber(frame.args[1]) | ||
local iend = | local iend = i + 50 | ||
while i < iend do | while i < iend do | ||
local item = Item.getItemById(i) | local item = Item.getItemById(i) |
edits