Template:Function

From Vendetta Lua
Revision as of 07:49, 30 March 2011 by Draugath (Talk | contribs) (New page: <noinclude> The following is currently just the intended syntax. No template code exists. <pre> {{Function | name = Function Name | desc = Function description | arg1_name...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The following is currently just the intended syntax. No template code exists.

{{Function
| name         = Function Name
| desc         = Function description
| arg1_name    = argument (1,2,...,n) name
| arg1_type    = [nil, boolean, number, string, function, userdata, thread, table]
| arg1_desc    = argument (1,2,...,n) description, including examples if so desired
| ret1_name    = return value (1,2,...,n) name
| ret1_type    = [nil, boolean, number, string, function, userdata, thread, table]
| ret1_desc    = return value (1,2,...,n) description, including examples if so desired
| notes        = notes
}}