Content deleted Content added
No edit summary |
No edit summary |
||
Line 4:
function p:_test(frame)
require('Module:Wd')
local t = { a = 5, b = 6, }; return mw.dumpObject(copyTable(t))
end
|
No edit summary |
No edit summary |
||
Line 4:
function p:_test(frame)
require('Module:Wd')
local t = { a = 5, b = 6, }; return mw.dumpObject(copyTable(t))
end
|