Jump to content

Module:WDL/sandbox: Revision history


Here you can take a look at older versions of this page, and compare different versions.

  • Click the date to see an old version.
  • To compare two versions (changes), click the circles (in separate columns) next to them. Then click the Compare button to see the differences between them.
  • You can use (cur) to compare an old version with the newest (or current) one. You can use (last) to compare any version with the one just before it.
  • The letter m next to a change means that the change was marked as small (or minor).

21 October 2022

4 August 2021

  • curlast 04:4204:42, 4 August 2021 MeritedElm63160 talk changes 3,324 bytes +3,324 Created page with "require('Module:No globals') local getArgs = require('Module:Arguments').getArgs local roundAndPad = require('Module:Math')._precision_format local p = {} local function total(won, drawn, lost) if not won and not drawn and not lost then return '' else return (won or 0) + (drawn or 0) + (lost or 0) end end local function displayWinPercent(frame, winPercent, decimals) local retval = '' if winPercent < 10 then retval = '<span style="visibility:hidden;color:tr..."