Template:Function wrapped: Difference between revisions
From Vendetta Lua
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
<dl>{{Function_wrapped/sub_start | <dl>{{Function_wrapped/sub_start | ||
| Definition | | Definition | ||
| {{Function/definition | {{{name}}} | {{{arg_list}}} | {{{ret_list}}} }} | | {{Function/definition | name={{{name}}} | arg_list={{{arg_list}}} | ret_list={{{ret_list}}} }} | ||
}}<!-- | }}<!-- | ||
-->{{Function_wrapped/sub_start | -->{{Function_wrapped/sub_start |
Revision as of 05:03, 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
- Notes
- notes