There are no
reviewed versions of this page, so it may
not have been checked for adherence to standards.
Documentation for this module may be created at Module:Welcome/huberthhc/doc
local p = {}
function p.byname(frame)
local result = 0
for k, v in pairs(frame.args) do
result = result + v
end
return result
end
return p