local p = {}; function p.test() return mw.html.create( 'code' ):wikitext( '{{Welcome}}' ); end return p;