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