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 03:59, 4 March 2025 (Module for test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {};

function p.test()
    return '{{Welcome}}';
end

return p;