local p = {} function p.link(frame) local f = frame.args[1] for i = 1,3,1 do f=tonumber(f)*i end return f end return p