Documentation for this module may be created at Module:Actions/doc

local p = {}

function p.builder(frame)
    return #frame.args
end

return p