Module:Debug

From para.wiki
Jump to navigation Jump to search

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