No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
"type": "url", | "type": "url", | ||
"required": true | "required": true | ||
}, | |||
"chrome": { | |||
"label": "Chrome Extension", | |||
"description": "Chrome Extension", | |||
"type": "url" | |||
}, | |||
"firefox": { | |||
"label": "Firefox Extension", | |||
"description": "Firefox Extension", | |||
"type": "url" | |||
} | } | ||
}, | }, | ||
Line 42: | Line 52: | ||
"description", | "description", | ||
"thumbnail", | "thumbnail", | ||
"url" | "url", | ||
"chrome", | |||
"firefox" | |||
], | ], | ||
"format": "block" | "format": "block" | ||
Line 58: | Line 70: | ||
| Можливості | | Можливості | ||
| {{{description}}} | | {{{description}}} | ||
{{#if: {{{url}}} | | |||
|- | |||
| Посилання | |||
| {{{url}}} | }} | |||
{{#if: {{{chrome}}} | | {{#if: {{{chrome}}} | | ||
|- | |- | ||
| | | Chrome | ||
| {{{chrome}}} | }} | | {{{chrome}}} | }} | ||
{{#if: {{{firefox}}} | | |||
|- | |||
| Firefox | |||
| {{{firefox}}} | }} | |||
|} | |} |
Revision as of 16:54, 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 |
Chrome Extension | chrome | Chrome Extension | URL | optional |
Firefox Extension | firefox | Firefox Extension | URL | optional |
{{{name}}}
Тип | {{{type}}} | [[{{{thumbnail}}}|320px|thumb]] |
Можливості | {{{description}}}
|