Module:NumberParser/doc: Revision history

From IdleOn MMO Wiki

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.

11 March 2024

  • curprev 22:0322:03, 11 March 2024Nads talk contribs 1,326 bytes +1,326 Created page with "This module parses numbers expressed in different notations and returns a string representation of the number in standard format. This is a helper module that is intended to be used by other modules, rather than called by templates. == Usage == <syntaxhighlight lang="lua"> -- First import the module at the start of your module. local NumberParser = require('Module:NumberParser') -- Call the parse function with your input. local input = '5e6' local output = NumberParser..."