Module:Bananas
Appearance
Module:Bananas (talk · · hist · links · doc · subpages · tests (results) · Template:Ml-multi/sandboxlinks)
Example Lua module that contains a single function.
hello
[edit]{{#invoke:bananas|hello}}
→ Hello, world!
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.