Jump to content

Module:User:Anomie/Test parsoid bug

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Anomie (talk | contribs) at 11:21, 11 March 2025 (oops). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {};

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

return p;