Difference between revisions of "Module:Bananas/doc"
Jump to navigation
Jump to search
m (test) |
Tag: Undo |
||
Line 11: | Line 11: | ||
* [[wikipedia:Module:HelloWorld]] same type of program, with more explanation. | * [[wikipedia:Module:HelloWorld]] same type of program, with more explanation. | ||
<includeonly>{{ | <includeonly>{{Sandbox other|| | ||
[[wikipedia:Category:Module example]] | [[wikipedia:Category:Module example]] | ||
}}</includeonly> | }}</includeonly> |
Latest revision as of 14:32, 15 April 2019
Example Lua module that contains a single function.
hello
{{#invoke:Bananas|hello}}
→ Hello, world!
See also
- wikipedia:Help:Lua
- wikipedia:Module:Basic example: Demonstrates how to use conditions and template parameters.
- wikipedia:Module:BananasArgs: Demonstrates how to access and use parameters.
- wikipedia:Module:Sandbox: For practice/experimental/testing modules.
- wikipedia:Module:HelloWorld same type of program, with more explanation.