No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "name": { | ||
"label": "Name", | "label": "Name", | ||
"description": "Script name", | "description": "Script name", | ||
Line 11: | Line 10: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "type": { | ||
"label": "Type", | "label": "Type", | ||
"description": "Script type", | "description": "Script type", | ||
Line 19: | Line 18: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "description": { | ||
"label": "Description", | "label": "Description", | ||
"description": "Script description", | "description": "Script description", | ||
Line 25: | Line 24: | ||
"autovalue": "" | "autovalue": "" | ||
}, | }, | ||
" | "thumbnail": { | ||
"label": "Thumbnail", | "label": "Thumbnail", | ||
"description": "Thumbnail", | "description": "Thumbnail", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
" | "url": { | ||
"label": "URL", | "label": "URL", | ||
"description": "Script URL", | "description": "Script URL", | ||
Line 37: | Line 36: | ||
} | } | ||
}, | }, | ||
"description": " | "description": "Addon for WME", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "name", | ||
" | "type", | ||
" | "description", | ||
" | "thumbnail", | ||
" | "url" | ||
], | ], | ||
"format": "block" | "format": "block" | ||
Line 49: | Line 48: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
{| | |||
|- | |||
| Тип | |||
| width="400px" | {{{type}}} | |||
| rowspan="5" | {{{thumbnail}}} | |||
|- | |||
| Можливості | |||
| {{{description}}} | |||
|- | |||
| Посилання | |||
| {{{url}}} | |||
|} |
Revision as of 16:39, 26 March 2019
Addon for WME
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Script name
| String | required |
Type | type | Script type
| String | required |
Description | description | Script description
| String | optional |
Thumbnail | thumbnail | Thumbnail | File | optional |
URL | url | Script URL | URL | required |
Тип | {{{type}}} | {{{thumbnail}}} |
Можливості | {{{description}}} | |
Посилання | {{{url}}} |