Jump to content

Module:User:Dragons flight/Test

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dragons flight (talk | contribs) at 14:49, 15 March 2013 (Created page with 't = {}; function t.test( frame ) local a = frame.args[1]; --Do nothing; return ''; end return t;'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
t = {};

function t.test( frame )
    local a = frame.args[1];
    
    --Do nothing;
    return '';
end

return t;