Module:Format number: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 August 2026

  • curprev 14:4414:44, 18 August 2026 Abjiklam talk contribs 188 bytes +188 Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) return string.format(args[2], tonumber(args[1]))..."