Module:Example: Difference between revisions
Jump to navigation
Jump to search
create module hello world |
No edit summary |
||
| Line 1: | Line 1: | ||
local p = {} | |||
function p.hello(frame) | |||
return "Hello, world!" | |||
end | |||
return p | |||
Latest revision as of 11:07, 15 February 2026
Documentation for this module may be created at Module:Example/doc
local p = {}
function p.hello(frame)
return "Hello, world!"
end
return p