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:13, 17 October 2024 Alex talk contribs created page Module:User hiscores (Created page with "require("strict") local virtual_level = require('Module:Experience')._level_at_xp_unr local hiscore = require('Module:Hiscores').get_stats local yesno = require('Module:Yesno') local lang = mw.getContentLanguage() require('Module:Mw.html extension') local p = {} -- Format numbers (add thousands separator, etc.) local function fnum(x) x = tonumber(x) if x then return lang:formatNum(x) end return '' end -- Calculate xp milestones and format to a labelled string lo...")