Template:Function: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
mNo edit summary
imported>StDoodle
mNo edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
__NOTOC__
__NOTOC__
[[{{{returns}}}]] '''{{{name}}}(''' {{{parameters}}} ''')'''
[['''{{{returns}}}''']] '''{{{name}}}(''' {{{parameters}}} ''')'''
</includeonly>
</includeonly>


<noinclude>
<noinclude>
This is the main function template. Up to three arguments can be supplied.
This is the main function template. Supply the function ''name,'' the data type of the value it ''returns,'' and what, if any, ''parameters'' it takes.
</noinclude>
</noinclude>

Revision as of 16:37, 22 February 2010


This is the main function template. Supply the function name, the data type of the value it returns, and what, if any, parameters it takes.