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