18,700
edits
(moving "void" argument from between parentheses to row above, where it belongs (since this is supposed to be mimicking a function call, the parentheses should be empty); centering argument names) |
(actually let's not show any type, as this "void" will not fit in the space above the empty parentheses) |
||
Line 14: | Line 14: | ||
|type: | |type: | ||
|{{{type|}}} | |{{{type|}}} | ||
|align="center"|{{{arg1type| | |align="center"|{{{arg1type|}}} {{#if:{{{arg1alttype|}}}|<u>or</u> {{{arg1alttype|}}}}} {{#if:{{{arg1optional|}}}|(optional)|}} | ||
|align="center"|{{{arg2type|}}} {{#if:{{{arg2alttype|}}}|<u>or</u> {{{arg2alttype|}}}}} {{#if:{{{arg2optional|}}}|(optional)|}} | |align="center"|{{{arg2type|}}} {{#if:{{{arg2alttype|}}}|<u>or</u> {{{arg2alttype|}}}}} {{#if:{{{arg2optional|}}}|(optional)|}} | ||
|align="center"|{{{arg3type|}}} {{#if:{{{arg3alttype|}}}|<u>or</u> {{{arg3alttype|}}}}} {{#if:{{{arg3optional|}}}|(optional)|}} | |align="center"|{{{arg3type|}}} {{#if:{{{arg3alttype|}}}|<u>or</u> {{{arg3alttype|}}}}} {{#if:{{{arg3optional|}}}|(optional)|}} |