Content deleted Content added
Artoria2e5 (talk | contribs) Don't use nowiki by default -- this might be breaking, but fixes the 124 and 61 test cases |
Artoria2e5 (talk | contribs) add debug switch, doh |
||
Line 124:
span:wikitext(ret)
--]]
if _ne(args.debug) then ret = ret .. '<br/><code>' .. mw.dumpObject(args) .. '</code>' end
return ret
end
|