Jump to content

Module:User:Anomie/Test parsoid bug

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Anomie (talk | contribs) at 11:21, 11 March 2025 (Move). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {};

function p.test()
	local page = 'User:Anomie/Test parsoid bug';
    return mw.html.create( 'code' ):wikitext( '{{' + page + '}}' );
end

return p;