Difference between revisions of "TransclusionExample"
Jump to navigation
Jump to search
(Created page with "{{Template:Content}}") |
|||
Line 1: | Line 1: | ||
{{ | {{Module:Banana}} |
Revision as of 07:19, 24 November 2022
local p = {} --p stands for package
function p.hello( frame )
--return "Hello, world!" return frame
end
return p