Module:DoNothing

Revision as of 22:39, 28 June 2013 by imported>Dragons flight (This module intentionally does nothing, used to performance test Lua)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

p = {};

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

return p;