Jump to content

Module:User:Plagiat/sandbox: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Plagiat (talk | contribs)
modify
Plagiat (talk | contribs)
modify
Line 2: Line 2:


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



Revision as of 00:22, 18 March 2017

local sandbox = {}

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

return sandbox