Module:Bankable items: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 15:
limit = 4000
}
mw.logObject(askdata)▼
data = {}
for _,value in ipairs(askdata) do
table.insert(data, value)
end
ret = mw.html.create('ul')
|