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
  • 01:16, 11 March 2024 Nads talk contribs created page Module:NumberParser (Created page with "require('strict') local p = {} --- Maps fixed unit suffixes to their exponents. Keys must be lowercase as --- parsed strings are converted to lowercase to simplify the pattern matching --- logic. local UNIT_EXPONENTS = { k = 3, m = 6, b = 9, t = 12, q = 15 } --- Parses a value that is exponential. --- @param base string? The integer part of the coefficient or nil. --- @param fraction string? The fraction part of the coefficient, or nil. --- @param...")