Module:Formatnum/doc: Revision history

From RosieSoCrossing

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.

13 January 2026

  • curprev 15:2815:28, 13 January 2026 Rosie talk contribs 1,195 bytes +1,195 Created page with "{{ModuleDocHeader}} This module provides a number formatting function. This function can be used from #invoke or from other Lua modules. == Use from other Lua modules == To use the module from normal wiki pages, no special preparation is needed. If you are using the module from another Lua module, first you need to load it, like this: <syntaxhighlight lang="lua"> local mf = require('Module:Formatnum') </syntaxhighlight> (The <code>mf</code> variable stands for '''M'''..."