Module:Bankable items: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1:
local
local pt = require('Module:Paramtest')
p = {}
Line 15:
limit = 4000
}
if askdata == nil then
return ":''No bankable items found. To force an update, click "
..purge('dml-'..mw.uri.anchorEncode(bank), 'here', 'span')
..".''"
end
data = {}
for _,
for _,v in ipairs(d) do
table.insert(data,
end
end
|