All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Roat Pkz. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:22, 31 March 2024 Hefner talk contribs created page Module:Combat level (Created page with "-- Implements Calculator:Combat level/Template local paramTest = require('Module:Paramtest') local p = {} function p.calc(frame) local args = frame:getParent().args local stats = { 'attack', 'strength', 'defence', 'ranged', 'magic', 'hitpoints', 'prayer' } local lvls = {} for i, stat in pairs(stats) do if i == 6 then lvls[i] = paramTest.default_to( tonumber(args[stat]), 10 ) else lvls[i] = paramTest.default_to( tonumber(args[...")