local p = {} function p.main() local span = mw.html.create('span') span:wikitext(false) return tostring(span) end return p