Module:NUMBEROF: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 16:
 
-- Credit: http://lua-users.org/wiki/FormattingNumbers
local function comma_value(amount)
local formatted = amount
while true do