Difference between revisions of "Module:Sandbox/mattruffoni/my module"
Jump to navigation
Jump to search
module>Mattruffoni (test1) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 05:51, 31 July 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