18,700
edits
(+sample call) |
(changed my mind partway through, "funcname" is back to "name" now) |
||
Line 21: | Line 21: | ||
-->}}<!-- | -->}}<!-- | ||
-->}} | -->}} | ||
|style="font-size:166%; vertical-align:bottom"|{{{ | |style="font-size:166%; vertical-align:bottom"|{{{name}}}( | ||
|style="font-size:166%; vertical-align:bottom"|{{#if:{{{arg1name|}}} | |style="font-size:166%; vertical-align:bottom"|{{#if:{{{arg1name|}}} | ||
|{{{arg1name|}}} {{#if:{{{arg1altname|}}} | |{{{arg1name|}}} {{#if:{{{arg1altname|}}} | ||
Line 53: | Line 53: | ||
:Return type of function; should be "int", "string", "float", "bool", or "void". | :Return type of function; should be "int", "string", "float", "bool", or "void". | ||
;<tt> | ;<tt>funcname</tt> | ||
:Name of function. | :Name of function. | ||