Difference between revisions of "Template:Function wrapped"

From Vendetta Lua
Jump to: navigation, search
Line 1: Line 1:
 
<includeonly><!--
 
<includeonly><!--
 
-->
 
-->
{| bgcolor="yellow"
+
{| border="1" style="background-color:yellow;"
 
|A new template is under development for the standardization of function information display.  This is one of a few pages that have been converted while development is underway.  If you need to see the information for this function, it can be viewed in the history.
 
|A new template is under development for the standardization of function information display.  This is one of a few pages that have been converted while development is underway.  If you need to see the information for this function, it can be viewed in the history.
 
|}
 
|}

Revision as of 06:52, 7 April 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( number  arg1,  string  arg2) ->  string  ret1,  table  ret2
Description

Function description
Arguments

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
Returns

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
Notes

notes