Module:Sandbox/ProcrastinatingReader/Dbm

This is an old revision of this page, as edited by ProcrastinatingReader (talk | contribs) at 12:43, 9 September 2020 (notparent). 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(mw.text.unstripNoWiki(frame.args[1]))
end

return p