Template:Function wrapped: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
This template is intended to have it's parameters filled by [[Template:Function]].  This template shouldn't be called directly.
{{Function_wrapped/doc}}
There is currently not template code.  the following is only the structure in development.
<pre>
</pre>
 
==Example==
{{Function
| name        = FunctionName
| desc        = Function description
| arg1_name    = arg1
| arg1_type    = number
| arg1_desc    = argument (1,2,...,n) description, including examples if so desired
| arg2_name    = arg2
| arg2_type    = string
| arg2_desc    = argument (1,2,...,n) description, including examples if so desired
| ret1_name    = ret1
| ret1_type    = string
| ret1_desc    = return value (1,2,...,n) description, including examples if so desired
| ret2_name    = ret2
| ret2_type    = table
| ret2_desc    = return value (1,2,...,n) description, including examples if so desired
| notes        = notes
}}
 
</noinclude>
</noinclude>



Revision as of 05:20, 31 March 2011

This template is intended to have it's parameters filled by Template:Function. This template shouldn't be called directly. There is currently not template code. the following is only the structure in development.


Example

FunctionName

Definition
FunctionName( ) ->
Description
Function description
Arguments





Returns





Notes
notes