Module:Sandbox/Chlod/sandbox
![]() | __EXPECTUNUSEDTEMPLATE__This is the module sandbox page for Module:Sandbox/Chlod. |
local getArgs = require('Module:Arguments').getArgs
local p = {}
function p.main(frame)
mw.logObject(getArgs(frame, {
frameOnly = true,
trim = true
}))
end
return p