Module:DoNothing

MyWikiBiz, Author Your Legacy — Monday June 03, 2024
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;