All public logs
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).
- 00:12, 17 October 2024 Alex talk contribs created page Module:Questreq (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...")