All public logs

Jump to navigation Jump to search

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).

Logs
  • 00:12, 17 October 2024 Alex talk contribs created page Module:RuneReq (Created page with "local p = {} local paramTest = require('Module:Paramtest') local onMain = require('Module:Mainonly').on_main local yesNo = require('Module:Yesno') local trim = mw.text.trim local jsonDecode = mw.text.jsonDecode -- Get Spell JSON from specific spell page function p.loadData(spell) local query = { '' .. spell .. '', 'Spell JSON::+', '?=#-', '?Spell JSON = json', offset = 0, limit = 500, } local t1 = os.clock() local smwData = mw.smw.ask(query) l...")