Difference between revisions of "Template:Function/definition"

From Vendetta Lua
Jump to: navigation, search
(Undo revision 2023 by Draugath (Talk))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{{name}}}({{Function_wrapped/component | list={{{arg_list}}} }}) -> {{Function_wrapped/component | list={{{ret_list}}} }}
 
{{{name}}}({{Function_wrapped/component | list={{{arg_list}}} }}) -> {{Function_wrapped/component | list={{{ret_list}}} }}
 
<noinclude>
 
 
      Function_wrapped/component | {{{arg1_name}}}| {{{arg1_type}}}| {{{arg1_opt}}}|}}{{
 
      Function_wrapped/component | {{{arg2_name}}}| {{{arg2_type}}}| {{{arg2_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 | {{{arg5_name}}}| {{{arg5_type}}}| {{{arg5_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 | {{{arg8_name}}}| {{{arg8_type}}}| {{{arg8_opt}}}| x}}{{
 
      Function_wrapped/component | {{{arg9_name}}}| {{{arg9_type}}}| {{{arg9_opt}}}| x
 
}}) -> {{
 
      Function_wrapped/component | {{{ret1_name}}}| {{{ret1_type}}}||}}{{
 
      Function_wrapped/component | {{{ret2_name}}}| {{{ret2_type}}}|| x}}{{
 
      Function_wrapped/component | {{{ret3_name}}}| {{{ret3_type}}}|| x}}{{
 
      Function_wrapped/component | {{{ret4_name}}}| {{{ret4_type}}}|| x}}{{
 
      Function_wrapped/component | {{{ret5_name}}}| {{{ret5_type}}}|| x}}{{
 
      Function_wrapped/component | {{{ret6_name}}}| {{{ret6_type}}}|| x}}{{
 
      Function_wrapped/component | {{{ret7_name}}}| {{{ret7_type}}}|| x}}{{
 
      Function_wrapped/component | {{{ret8_name}}}| {{{ret8_type}}}|| x}}{{
 
      Function_wrapped/component | {{{ret9_name}}}| {{{ret9_type}}}|| x}}
 
 
</noinclude>
 

Latest revision as of 04:52, 18 October 2011

{{{name}}}( {{{arg_list}}}) ->  {{{ret_list}}}