Module

Difference between revisions of "Test"

From Shadow Era Wiki

(Created page with "local p = {} function p.hello(frame) return 'Hello' end return p")
 
(No difference)

Latest revision as of 08:23, 1 July 2014

Documentation for this module may be created at Module:Test/doc
local p = {}
function p.hello(frame)
    return 'Hello'
end
return p