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:04, 18 March 2017 (init). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local sandbox = {}

function sandbox.trx( str )
	return mw.ustring.gsub( str, '0', 0x9e6 )
end -- trx()

return sandbox