Module:Sandbox/Jackmcbarn

This is an old revision of this page, as edited by Jackmcbarn (talk | contribs) at 19:26, 10 July 2014 (test unicode in css). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

require('Module:Sandbox/Jackmcbarn/mw.html.lua')

local p = {}

function p.main(frame)
	local builder = mw.html.create('div')
	builder:css('font-face', 'foo🔧bar'):wikitext('testing')
	return tostring(builder)
end

return p