User:Draugath
From Vendetta Lua
I'm going to be working on a series of Templates for easing the creation of function entries and producing identical results across all function entries.
Template:Function
This template will be the top-level wrapper template that handles input and passing of information.
Template:Function
Template:Function_wrapped
This template will initially be the one that provides the final output. More templates may be created later.
Template:Function_wrapped
Example
FunctionName
Type | Name | Description |
---|---|---|
number | arg1 | argument (1,2,...,n) description, including examples if so desired |
string | arg2 | argument (1,2,...,n) description, including examples if so desired |
Type | Name | Description |
---|---|---|
string | ret1 | return value (1,2,...,n) description, including examples if so desired |
table | ret2 | return value (1,2,...,n) description, including examples if so desired |