Difference between revisions of "Template:Call"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
{{#if:{{{return|}}}|{{{return}}}|void}} {{{name}}}({{#if:{{{args|}}}|{{{args}}}|}}); // id: {{{id}}} | {{#if:{{{return|}}}|{{{return}}}|void}} {{{name}}}({{#if:{{{args|}}}|{{{args}}}|}}); // id: {{{id}}} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | {{#if:{{{return|}}}|{{{return}}}|void}} {{{name}}}({{#if:{{{args|}}}|{{{args}}}|}}); // id: {{{id}}} | ||
[[Category:Call targets]] | [[Category:Call targets]] | ||
<noinclude> | <noinclude> |
Revision as of 08:34, 23 July 2019
Signature:
{{#if:{{{return|}}}|{{{return}}}|void}} {{{name}}}({{#if:{{{args|}}}|{{{args}}}|}}); // id: {{{id}}}
void {{{name}}}(); // id: {{{id}}}
Standard call target template
Parameter | Description | Type | Status | |
---|---|---|---|---|
Call ID | id 1 | no description
| Unknown | required |
Return type | return 2 | no description
| String | suggested |
Call name | name 3 | no description
| String | required |
Argument list | args 4 | no description
| String | suggested |