Template:Function: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle mNo edit summary |
imported>StDoodle mNo edit summary |
||
Line 3: | Line 3: | ||
{{#customtitle:{{{name}}}()|{{{name}}}()}} | {{#customtitle:{{{name}}}()|{{{name}}}()}} | ||
'''[[{{{returns}}}]]''' '''{{{name}}}('''<nowiki></nowiki>{{{parameters}}}<nowiki></nowiki>''')''' | '''[[{{{returns}}}]]''' '''{{{name}}}('''<nowiki></nowiki>{{{parameters}}}<nowiki></nowiki>''')''' | ||
{{#if: parameter1 | {{ | {{#if: parameter1 | {{{parameter1}}} }} | ||
{{#if: parameter2 | {{ | {{#if: parameter2 | , {{{parameter2}}} }} | ||
{{#if: parameter3 | , {{{parameter3}}} }} | |||
[[Category:Ash Functions]] | [[Category:Ash Functions]] | ||
</includeonly> | </includeonly> |
Revision as of 22:46, 23 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.