All public logs
Jump to navigation
Jump to search
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:Master comparison calculator (Created page with "local Paramtest = require( 'Module:Paramtest' ) local Slayerlib = require ('Module:Slayer_task_library' ) local SlayerConsts = require('Module:SlayerConsts') local p = {} function p.invoke_main( frame ) local result = p.main( frame:getParent().args ) return result end function p.tobool(str) if str == 'true' then return true end return false end function p.main( args ) -- Handle inputs local desiredTask = Paramtest.defaults{ { args.wantedTask, 'None' }...")