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 04:13, 4 March 2025 (??). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {};

function p.test()
    return mw.html.create( 'code' ):wikitext( '{{User:Anomie/Sandbox12}}' );
end

return p;