Documentation for this module may be created at Module:Debug/doc
local p = {} function p.dump(frame) return mw.dumpObject(frame:getParent().args) end return p