Difference between revisions of "TransclusionExample"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<syntaxhighlight lang=Lua> | |||
{{Module:Banana}} | {{Module:Banana}} | ||
</synatxhighlight> |
Revision as of 07:19, 24 November 2022
<syntaxhighlight lang=Lua> local p = {} --p stands for package
function p.hello( frame )
--return "Hello, world!" return frame
end
return p </synatxhighlight>