18,700
edits
(and to final row) |
(fixing bold markup, and removing an unclosed comment) |
||
Line 36: | Line 36: | ||
-->{{#if:{{{arg1optional|}}}|''|}}<!-- end italics if optional arg | -->{{#if:{{{arg1optional|}}}|''|}}<!-- end italics if optional arg | ||
-->{{#if:{{{arg2name|}}}|, |}}|<br /><!-- and if there is a next arg, print a comma --> | -->{{#if:{{{arg2name|}}}|, |}}|<br /><!-- and if there is a next arg, print a comma --> | ||
{{Pipe}} );}}<!-- else if no args, just close parentheses | {{Pipe}}''' );}}<!-- else if no args, just close parentheses | ||
-->{{#if:{{{arg2name|}}}|<br /> | -->{{#if:{{{arg2name|}}}|<br /> | ||
{{Pipe}}align="center"{{Pipe}}'''<!-- | {{Pipe}}align="center"{{Pipe}}'''<!-- | ||
Line 44: | Line 44: | ||
-->{{#if:{{{arg2optional|}}}|''|}}<!-- | -->{{#if:{{{arg2optional|}}}|''|}}<!-- | ||
-->{{#if:{{{arg3name|}}}|, |}}|<br /> | -->{{#if:{{{arg3name|}}}|, |}}|<br /> | ||
{{Pipe}}{{#if:{{{arg1name|}}}| ); |}}}}<!-- if this was last arg, close parentheses | {{Pipe}}{{#if:{{{arg1name|}}}|''' ); |}}}}<!-- if this was last arg, close parentheses | ||
-->{{#if:{{{arg3name|}}}|<br /> | -->{{#if:{{{arg3name|}}}|<br /> | ||
{{Pipe}}align="center"{{Pipe}}'''<!-- | {{Pipe}}align="center"{{Pipe}}'''<!-- | ||
Line 52: | Line 52: | ||
-->{{#if:{{{arg3optional|}}}|''|}}<!-- | -->{{#if:{{{arg3optional|}}}|''|}}<!-- | ||
-->{{#if:{{{arg4name|}}}|, |}}|<br /> | -->{{#if:{{{arg4name|}}}|, |}}|<br /> | ||
{{Pipe}}{{#if:{{{arg2name|}}}| ); |}}}}<!-- | {{Pipe}}{{#if:{{{arg2name|}}}|''' ); |}}}}<!-- | ||
-->{{#if:{{{arg4name|}}}|<br /> | -->{{#if:{{{arg4name|}}}|<br /> | ||
{{Pipe}}align="center"{{Pipe}}'''<!-- | {{Pipe}}align="center"{{Pipe}}'''<!-- | ||
Line 60: | Line 60: | ||
-->{{#if:{{{arg4optional|}}}|''|}}<!-- | -->{{#if:{{{arg4optional|}}}|''|}}<!-- | ||
-->{{#if:{{{arg5name|}}}|, |}}|<br /> | -->{{#if:{{{arg5name|}}}|, |}}|<br /> | ||
{{Pipe}}{{#if:{{{arg3name|}}}| ); |}}}}<!-- | {{Pipe}}{{#if:{{{arg3name|}}}|''' ); |}}}}<!-- | ||
-->{{#if:{{{arg5name|}}}|<br /> | -->{{#if:{{{arg5name|}}}|<br /> | ||
{{Pipe}}align="center"{{Pipe}}'''<!-- | {{Pipe}}align="center"{{Pipe}}'''<!-- | ||
Line 68: | Line 68: | ||
-->{{#if:{{{arg5optional|}}}|''|}}<!-- | -->{{#if:{{{arg5optional|}}}|''|}}<!-- | ||
-->{{#if:{{{arg6name|}}}|, |}}|<br /> | -->{{#if:{{{arg6name|}}}|, |}}|<br /> | ||
{{Pipe}}{{#if:{{{arg4name|}}}| ); |}}}}<!-- | {{Pipe}}{{#if:{{{arg4name|}}}|''' ); |}}}}<!-- | ||
-->{{#if:{{{arg6name|}}}|<br /> | -->{{#if:{{{arg6name|}}}|<br /> | ||
{{Pipe}}align="center"{{Pipe}}'''<!-- | {{Pipe}}align="center"{{Pipe}}'''<!-- | ||
Line 76: | Line 76: | ||
-->{{#if:{{{arg6optional|}}}|''|}}<!-- | -->{{#if:{{{arg6optional|}}}|''|}}<!-- | ||
-->{{#if:{{{arg7name|}}}|, |}}|<br /> | -->{{#if:{{{arg7name|}}}|, |}}|<br /> | ||
{{Pipe}}{{#if:{{{arg5name|}}}| ); |}}}}<!-- | {{Pipe}}{{#if:{{{arg5name|}}}|''' ); |}}}}<!-- | ||
-->{{#if:{{{arg7name|}}}|<br /> | -->{{#if:{{{arg7name|}}}|<br /> | ||
{{Pipe}}align="center"{{Pipe}}'''<!-- | {{Pipe}}align="center"{{Pipe}}'''<!-- | ||
Line 84: | Line 84: | ||
-->{{#if:{{{arg7optional|}}}|''|}}<!-- | -->{{#if:{{{arg7optional|}}}|''|}}<!-- | ||
-->{{#if:{{{arg8name|}}}|, |}}|<br /> | -->{{#if:{{{arg8name|}}}|, |}}|<br /> | ||
{{Pipe}}{{#if:{{{arg6name|}}}| ); |}}}}<!-- | {{Pipe}}{{#if:{{{arg6name|}}}|''' ); |}}}}<!-- | ||
-->{{#if:{{{arg8name|}}}|<br /> | -->{{#if:{{{arg8name|}}}|<br /> | ||
{{Pipe}}align="center"{{Pipe}}'''<!-- | {{Pipe}}align="center"{{Pipe}}'''<!-- | ||
Line 90: | Line 90: | ||
-->{{{arg8name|}}}<!-- | -->{{{arg8name|}}}<!-- | ||
-->{{#if:{{{arg8altname|}}}| <u>or</u> {{{arg8altname|}}}}}<!-- | -->{{#if:{{{arg8altname|}}}| <u>or</u> {{{arg8altname|}}}}}<!-- | ||
-->{{#if:{{{arg8optional|}}}|''|}}|<br /> | -->{{#if:{{{arg8optional|}}}|''|}}|<br /> | ||
{{Pipe}}{{#if:{{{arg7name|}}}| ); |}}}} | {{Pipe}}{{#if:{{{arg7name|}}}|''' ); |}}}} | ||
|- | |- | ||
|default: {{#if:{{{default|}}}|{{{default|}}}| --}}<!-- print "--" if there is no default return value for function | |default: {{#if:{{{default|}}}|{{{default|}}}| --}}<!-- print "--" if there is no default return value for function |