Module:Test

From Wikispooks
Revision as of 15:14, 26 April 2014 by Robin (talk | contribs) (test LUA)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local p = {}
function p.hello(frame)
    return 'Hello'
end
return p