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).

Logs
  • 00:12, 17 October 2024 Alex talk contribs created page Module:Format equipment stat (Created page with "local p = {} function p.main(frame) return p.format(frame:getParent().args[1]) end function p.format(_arg, default) local arg = tonumber(_arg) if not arg then return default or _arg end if arg < 0 then return tostring(arg) end return '+'..arg end return p")