All public logs

From IdleOn MMO Wiki

Combined display of all available logs of IdleOn MMO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:03, 11 March 2024 Nads talk contribs created page Module:NumberParser/doc (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...")