Module:Sandbox/ProcrastinatingReader/Dbm

This is an old revision of this page, as edited by ProcrastinatingReader (talk | contribs) at 20:35, 29 July 2020. 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:getParent().args[1]))
end

return p