Editing Module:BucketCountGive feedback
Revision as of 12:18, 28 August 2026 by Kai (talk | contribs) (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local bucket_name = mw.text.trim(args[1] or '') local select_field = mw.text.trim(args[2] or '') local count = 0 while(true) do local b = bucket(bucket_name).select(select_field).limit(5000).offset(count) for k, v in pairs(args) do if k ~= 1 and k ~= 2 then -- https://runescape.wiki/w/Module:BucketCount?action=edit -- creds to these geezers v = mw.text.decode(v) -- {{PAGENAME}} will...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Once you make an edit, a temporary account will be created for you. Learn more. Log in or create an account to continue receiving notifications after this account expires, and to access other features.
Retrieved from "https://deadlock.wiki/Module:BucketCount"