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:42, 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 )
	local str = frame.args[1] or ''
	str = str .. '—' .. mw.ustring.gsub( str, '0', mw.ustring.char( 0x9e6 ) )
	return str
end -- sandbox.trx()

return sandbox