Module:Sandbox/ProcrastinatingReader/Dbm

This is an old revision of this page, as edited by ProcrastinatingReader (talk | contribs) at 20:18, 29 July 2020 (hm, time to rethink that). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}
local getArgs = require('Module:Arguments').getArgs
local tWrapper = require('Module:Template wrapper')

function p.main(frame)
	return mw.dumpObject(frame:getParent().args)
end

return p