Module:DoNothing

MyWikiBiz, Author Your Legacy — Monday September 01, 2025
Revision as of 21:18, 15 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:DoNothing/doc

p = {};

function p.test( frame )
    return "";
end

return p;