Module:Bananas/doc
Jump to navigation
Jump to search
This is a documentation subpage for Module:Bananas. It contains usage information, categories and other content that is not part of the original module page. |
This is a documentation subpage for Module:Bananas. It contains usage information, categories and other content that is not part of the original module page. |
Example Lua module that contains a single function.
hello
[edit]{{#invoke:bananas|hello}}
→ Hello, world!
See also
[edit]- w:Module:BananasArgs: Demonstrates how to access and use parameters.
- w:Module:Sandbox: For practice/experimental/testing modules
- w:Module:HelloWorld same type of program, with more explanation.