Module:User hiscores: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:1300:13, 17 October 2024Alex talk contribs 16,312 bytes +16,312 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..."