Module:Test

From Bibliotheca Anonoma
Revision as of 19:06, 8 January 2017 by Antonizoon (talk | contribs) (Created page with "local p = {} function p.hello(frame) return 'Hello' end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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