Jump to content

Module:User:Plagiat/sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Plagiat (talk | contribs) at 00:18, 18 March 2017 (update). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local sandbox = {}

function sandbox.trx( frame )
--	return mw.ustring.gsub( frame.args[2], '0', 0x9e6 )
	return frame.args[2]
end -- sandbox.trx()

return sandbox