Module:DoNothing
MyWikiBiz, Author Your Legacy — Thursday January 15, 2026
Jump to navigationJump to searchDocumentation for this module may be created at Module:DoNothing/doc
p = {};
function p.test( frame )
return "";
end
return p;
Documentation for this module may be created at Module:DoNothing/doc
p = {};
function p.test( frame )
return "";
end
return p;