Module:DoNothing

From Wikipedia

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

d = {};

function d.test( frame )
    local a = frame.args[1];
    
    return "";
end

return d;