local p = {} function p.test(frame) local args = frame:getParent().args return tostring(args) end return p