Alex
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..."