Difference between revisions of "Module:Sandbox/mattruffoni/my module"

From Northumberland Climbing
Jump to navigation Jump to search
module>Mattruffoni
(test1)
(No difference)

Revision as of 11:16, 1 January 2020

Documentation for this module may be created at Module:Sandbox/mattruffoni/my module/doc

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