Community Central
Community Central

Documentation for this module may be created at Module:User:Agent Zuri/TotalEditCount/doc

local p = {}

    function p.getTotal(frame)
        local total
        total = 1
        return total 
    end

return p