Alex
Created page with "-- -- Part of Template:Questreq's implementation -- For information on how to update this page, please see Module talk:Questreq -- <nowiki> -- local p = {} -- Load data from quest list local reqData = mw.loadData('Module:Questreq/data') -- Main function function p.main(frame) local args = frame:getParent().args local name = args[1]:gsub(''', "'") local option = tonumber(args[3]) or 9 local closed = args[4] ~= 'open' if args[2] == 'quests' then..."