Difference between revisions of "Module:DoNothing"

MyWikiBiz, Author Your Legacy — Sunday September 07, 2025
Jump to navigationJump to search
(Pywikibot 6.4.0)
 
(No difference)

Latest revision as of 21:18, 15 July 2021

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

p = {};

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

return p;