Template:APICallback: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude> <templatedata> { "params": { "functionName": { "type": "string", "required": true }, "functionParametersAndReturns": { "type": "string", "required": true }, "functionDescription": { "type": "string", "suggested": true } }, "description": "Easy template for making and formatting API callbacks" } </templatedata> </noinclude> == {{{functionName}}} == <code>{{{functionName}}}{{{functionParametersAndReturns}}}</code> {{{functionD..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
" | "name": { | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "signature": { | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "description": { | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
"description": "Easy template for making and formatting API callbacks" | "description": "Easy template for making and formatting API callbacks", | ||
"paramOrder": [ | |||
"name", | |||
"signature", | |||
"description" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
== {{{ | == {{{name}}} == | ||
<code>{{{ | <code>{{{name}}}{{{signature}}}</code> | ||
{{{ | {{{description}}} | ||
Latest revision as of 18:45, 28 August 2026
Easy template for making and formatting API callbacks
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | String | required |
| signature | signature | no description | String | required |
| description | description | no description | String | suggested |
{{{name}}}
{{{name}}}{{{signature}}}
{{{description}}}