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