From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Anomie at 11:21, 11 March 2025 . The present address (URL) is a permanent link to this version.Revision as of 11:21, 11 March 2025 by imported>Anomie (diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation
Jump to search
local p = {};
function p.test()
local page = 'User:Anomie/Test parsoid bug';
return mw.html.create( 'code' ):wikitext( '{{' .. page .. '}}' );
end
return p;