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

local p = {}

function p.builder(frame)
    return #frame.args[1]
end

return p