(Created page with " <noinclude> <templatedata> { "params": { "Назва": { "required": true, "description": "Script name", "label": "Name", "example": "WME Toolbox", "type":...") |
No edit summary |
||
Line 4: | Line 4: | ||
{ | { | ||
"params": { | "params": { | ||
" | "Name": { | ||
" | "label": "Name", | ||
"description": "Script name", | "description": "Script name", | ||
"example": "WME Toolbox", | "example": "WME Toolbox", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
" | "Type": { | ||
" | "label": "Type", | ||
" | "description": "Script type", | ||
"example": "Browser extension", | "example": "Browser extension", | ||
"type": "string", | |||
"autovalue": "Browser extension", | "autovalue": "Browser extension", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "Description": { | ||
"label": "Description", | |||
"description": "Script description", | "description": "Script description", | ||
" | "type": "string", | ||
"label": " | "autovalue": "" | ||
"type": " | }, | ||
"Thumbnail": { | |||
"label": "Thumbnail", | |||
"description": "Thumbnail", | |||
"type": "wiki-file-name" | |||
}, | }, | ||
" | "URL": { | ||
"label": "URL", | |||
"description": "Script URL", | |||
"type": "url", | "type": "url", | ||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
"description": "Опис додадка", | "description": "Опис додадка", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "Name", | ||
" | "Type", | ||
" | "Description", | ||
" | "Thumbnail", | ||
" | "URL" | ||
], | ], | ||
"format": "block" | "format": "block" |
Revision as of 16:35, 26 March 2019
Опис додадка
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 |