Module:Bananas/doc
This is the documentation page for Module:Bananas
Example Lua module that contains a single function.
hello
edit
→ Hello, world!{{#invoke:bananas|hello}}
See also
edit- Help:Lua
- Module:BananasArgs: Demonstrates how to access and use parameters.
- Module:Sandbox: For practice/experimental/testing modules
- Module:HelloWorld same type of program, with more explanation.