Module:RuneReq: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:1200:12, 17 October 2024Alex talk contribs 5,118 bytes +5,118 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..."