Content deleted Content added
BrandonXLF (talk | contribs) dumpObject |
BrandonXLF (talk | contribs) Wrap in <pre> |
||
Line 152:
-- Debug function
function p.debug(frame)
return '<pre>' .. mw.dumpObject(processArgs(frame.args)) .. '</pre>'
end
|