Difference between revisions of "User:Draugath"

From Vendetta Lua
Jump to: navigation, search
Line 21: Line 21:
 
| notes        = notes
 
| notes        = notes
 
}}
 
}}
{{#if: | yes | no}}
 
{{#if: string | yes | no}}
 

Revision as of 00:42, 31 March 2011

I'm going to be working on a series of Templates for easing the creation of function entries and producing identical results across all function entries.

Template:Function

This template will be the top-level wrapper template that handles input and passing of information.
Template:Function

Template:Function_wrapped

This template will initially be the one that provides the final output. More templates may be created later.
Template:Function_wrapped

Example

FunctionName

Definition

FunctionName( number  arg1) ->  string  ret1
Description

Function description
Arguments

Type Name Description
number arg1 argument (1,2,...,n) description, including examples if so desired
Returns

Type Name Description
string ret1 return value (1,2,...,n) description, including examples if so desired
Notes

notes