Module:Addcommas/doc: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "{{documentation}} {{Helper module|name=Addcommas |fname1=_add(arg) |ftype1=Number |fuse1=Formats the number arg with commas |fname2=_strip(arg) |ftype2=Number |fuse2=Removes all commas from arg }}")
 
(No difference)

Latest revision as of 22:36, 11 October 2024

This is a documentation subpage for Module:Addcommas.
It contains usage information, categories, and other content that is not part of the original module page.
Module:Addcommas is required by 24 modules.

This module is a helper module to be used by other modules; it may not designed to be invoked directly. See RuneScape:Lua/Helper modules for a full list and more information.

FunctionTypeUse
_add(arg)NumberFormats the number arg with commas
_strip(arg)NumberRemoves all commas from arg