All public logs
Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:03, 17 October 2024 Alex talk contribs created page Module:Cron/alch (Created page with "local exchange = require('Module:Exchange') local p = {} function p.getPages(offset) local dpl_base = [[{{#dpl: |namespace = Exchange |ordermethod = title |format = ,\n@@%%TITLE%%,, |offset = %s }}]] local pages = {} local dpl = string.format(dpl_base, offset) local r = mw.getCurrentFrame():preprocess(dpl) if string.match(r, "Warning: No results.") then return pages end local split = mw.text.gsplit(r, '@@') for line in split do line = mw.text.trim(line) i...")