Jacmob
Created page with "-- <pre> -- Implements {{Coins}} local p = {} local function amount(a) -- convert used globals to locals where possible to improve performance local math = math local string = string local table = table local mw = mw local expr = mw.ext.ParserFunctions.expr local ret = {'<span class="coins coins-', true, true, true, '</span>'} -- strip commas from input -- @example '123,456,789' a = string.gsub(a, ',', '') -- check for decimals/division to determi..."