Module:Required for completing: 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 4,568 bytes +4,568 Created page with "--<nowiki> -- essentially the inverse of Module:Questreq, though with the option of expanding into other types of reqs (eg achievements - will need SMW work for those though) local quests = mw.loadData('Module:Questreq/data') local p = {} local yesno = require('Module:Yesno') function _sortFunc(a,b) local _a, _b _a = tostring(a):lower():gsub('^full:', ''):gsub('^started:', '') _b = tostring(b):lower():gsub('^full:', ''):gsub('^started:', '') return _a < _b end..."