Template:Function wrapped: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
   | Definition
   | Definition
   |{{{name}}}({{
   |{{{name}}}({{
       Function_wrapped/component | {{{arg1_name}}} | {{{arg1_type}}} | {{{arg1_opt}}} |}} {{
       Function_wrapped/component | {{{arg1_name}}} | {{{arg1_type}}} | {{{arg1_opt}}} |}}{{
       Function_wrapped/component | {{{arg2_name}}} | {{{arg2_type}}} | {{{arg2_opt}}} | x}} {{
       Function_wrapped/component | {{{arg2_name}}} | {{{arg2_type}}} | {{{arg2_opt}}} | x}}{{
       Function_wrapped/component | {{{arg3_name}}} | {{{arg3_type}}} | {{{arg3_opt}}} | x}} {{
       Function_wrapped/component | {{{arg3_name}}} | {{{arg3_type}}} | {{{arg3_opt}}} | x}}{{
       Function_wrapped/component | {{{arg4_name}}} | {{{arg4_type}}} | {{{arg4_opt}}} | x}} {{
       Function_wrapped/component | {{{arg4_name}}} | {{{arg4_type}}} | {{{arg4_opt}}} | x}}{{
       Function_wrapped/component | {{{arg5_name}}} | {{{arg5_type}}} | {{{arg5_opt}}} | x}} {{
       Function_wrapped/component | {{{arg5_name}}} | {{{arg5_type}}} | {{{arg5_opt}}} | x}}{{
       Function_wrapped/component | {{{arg6_name}}} | {{{arg6_type}}} | {{{arg6_opt}}} | x}} {{
       Function_wrapped/component | {{{arg6_name}}} | {{{arg6_type}}} | {{{arg6_opt}}} | x}}{{
       Function_wrapped/component | {{{arg7_name}}} | {{{arg7_type}}} | {{{arg7_opt}}} | x}} {{
       Function_wrapped/component | {{{arg7_name}}} | {{{arg7_type}}} | {{{arg7_opt}}} | x}}{{
       Function_wrapped/component | {{{arg8_name}}} | {{{arg8_type}}} | {{{arg8_opt}}} | x}} {{
       Function_wrapped/component | {{{arg8_name}}} | {{{arg8_type}}} | {{{arg8_opt}}} | x}}{{
       Function_wrapped/component | {{{arg9_name}}} | {{{arg9_type}}} | {{{arg9_opt}}} | x
       Function_wrapped/component | {{{arg9_name}}} | {{{arg9_type}}} | {{{arg9_opt}}} | x
}}) -> {{
}}) -> {{
       Function_wrapped/component | {{{ret1_name}}} | {{{ret1_type}}} ||}} {{
       Function_wrapped/component | {{{ret1_name}}} | {{{ret1_type}}} ||}}{{
       Function_wrapped/component | {{{ret2_name}}} | {{{ret2_type}}} || x}} {{
       Function_wrapped/component | {{{ret2_name}}} | {{{ret2_type}}} || x}}{{
       Function_wrapped/component | {{{ret3_name}}} | {{{ret3_type}}} || x}} {{
       Function_wrapped/component | {{{ret3_name}}} | {{{ret3_type}}} || x}}{{
       Function_wrapped/component | {{{ret4_name}}} | {{{ret4_type}}} || x}} {{
       Function_wrapped/component | {{{ret4_name}}} | {{{ret4_type}}} || x}}{{
       Function_wrapped/component | {{{ret5_name}}} | {{{ret5_type}}} || x}} {{
       Function_wrapped/component | {{{ret5_name}}} | {{{ret5_type}}} || x}}{{
       Function_wrapped/component | {{{ret6_name}}} | {{{ret6_type}}} || x}} {{
       Function_wrapped/component | {{{ret6_name}}} | {{{ret6_type}}} || x}}{{
       Function_wrapped/component | {{{ret7_name}}} | {{{ret7_type}}} || x}} {{
       Function_wrapped/component | {{{ret7_name}}} | {{{ret7_type}}} || x}}{{
       Function_wrapped/component | {{{ret8_name}}} | {{{ret8_type}}} || x}} {{
       Function_wrapped/component | {{{ret8_name}}} | {{{ret8_type}}} || x}}{{
       Function_wrapped/component | {{{ret9_name}}} | {{{ret9_type}}} || x}}
       Function_wrapped/component | {{{ret9_name}}} | {{{ret9_type}}} || x}}
}}<!--
}}<!--

Revision as of 09:02, 5 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( {{{list}}} {{{list}}} {{{list}}} {{{list}}} {{{list}}} {{{list}}} {{{list}}} {{{list}}} {{{list}}}) ->  {{{list}}} {{{list}}} {{{list}}} {{{list}}} {{{list}}} {{{list}}} {{{list}}} {{{list}}} {{{list}}}
Description
Function description
Arguments
Type Name Description
{{{arg1_type}}} {{{arg1_name}}} {{{arg1_desc}}} (optional)
{{{arg2_type}}} {{{arg2_name}}} {{{arg2_desc}}} (optional)
{{{arg3_type}}} {{{arg3_name}}} {{{arg3_desc}}} (optional)
{{{arg4_type}}} {{{arg4_name}}} {{{arg4_desc}}} (optional)
{{{arg5_type}}} {{{arg5_name}}} {{{arg5_desc}}} (optional)
{{{arg6_type}}} {{{arg6_name}}} {{{arg6_desc}}} (optional)
{{{arg7_type}}} {{{arg7_name}}} {{{arg7_desc}}} (optional)
{{{arg8_type}}} {{{arg8_name}}} {{{arg8_desc}}} (optional)
{{{arg9_type}}} {{{arg9_name}}} {{{arg9_desc}}} (optional)
Returns
Type Name Description
{{{ret1_type}}} {{{ret1_name}}} {{{ret1_desc}}}
{{{ret2_type}}} {{{ret2_name}}} {{{ret2_desc}}}
{{{ret3_type}}} {{{ret3_name}}} {{{ret3_desc}}}
{{{ret4_type}}} {{{ret4_name}}} {{{ret4_desc}}}
{{{ret5_type}}} {{{ret5_name}}} {{{ret5_desc}}}
{{{ret6_type}}} {{{ret6_name}}} {{{ret6_desc}}}
{{{ret7_type}}} {{{ret7_name}}} {{{ret7_desc}}}
{{{ret8_type}}} {{{ret8_name}}} {{{ret8_desc}}}
{{{ret9_type}}} {{{ret9_name}}} {{{ret9_desc}}}
Notes
notes