Module:BucketCount: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 August 2026

  • curprev 12:2112:21, 28 August 2026 Kai talk contribs m 791 bytes 0 Kai moved page Module:Bucketcount to Module:BucketCount without leaving a redirect undo
  • curprev 12:1812:18, 28 August 2026 Kai talk contribs 791 bytes +791 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..."