Template:Function wrapped: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
;Definition
;Definition
:{{{name|}}}({{
:{{{name|}}}({{
   #if: {{{arg1_name|}}} |   {{{arg1_type|}}} ''{{{arg1_name|}}}'' | }} {{
   #if: {{{arg1_name|}}}  
   #if: {{{arg2_name|}}} |, {{{arg2_type|}}} ''{{{arg2_name|}}}'' | }} {{
    | {{{arg1_type|}}} ''{{{arg1_name|}}}''
    | }} {{
   #if: {{{arg2_name|}}}  
    | , {{{arg2_type|}}} ''{{{arg2_name|}}}''  
    | }} {{
   #if: {{{arg3_name|}}} |, {{{arg3_type|}}} ''{{{arg3_name|}}}'' | }} {{
   #if: {{{arg3_name|}}} |, {{{arg3_type|}}} ''{{{arg3_name|}}}'' | }} {{
   #if: {{{arg4_name|}}} |, {{{arg4_type|}}} ''{{{arg4_name|}}}'' | }} {{
   #if: {{{arg4_name|}}} |, {{{arg4_type|}}} ''{{{arg4_name|}}}'' | }} {{

Revision as of 07:38, 31 March 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( ) ->
Description
Function description
Arguments
Returns
Notes
notes