Content deleted Content added
. |
. |
||
Line 3:
function p._test(frame)
local t = { a = 5, b = 6, };
loadSubmodules()
return mw.dumpObject(copyTable(t)) .. "\n\n" ..
|
. |
. |
||
Line 3:
function p._test(frame)
local t = { a = 5, b = 6, };
loadSubmodules()
return mw.dumpObject(copyTable(t)) .. "\n\n" ..
|