Template:Function: Difference between revisions
Jump to navigation
Jump to search
imported>Bumcheekcity mNo edit summary |
imported>Bumcheekcity m rv |
||
Line 1: | Line 1: | ||
<noinclude>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>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> | ||
<includeonly> | <includeonly> | ||
'''[[{{{returns}}}]]''' '''{{{name}}}('''<nowiki></nowiki>{{{parameters}}}<nowiki></nowiki>''')''' | '''[[{{{returns|}}}]]''' '''{{{name}}}('''<nowiki></nowiki>{{{parameters|}}}<nowiki></nowiki>''')''' | ||
[[Category:Ash Functions]] | [[Category:Ash Functions]] | ||
</includeonly> | </includeonly> |
Revision as of 21:21, 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.