No edit summary |
No edit summary |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Documentation}}</noinclude> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 32: | Line 33: | ||
"label": "URL", | "label": "URL", | ||
"description": "Script URL", | "description": "Script URL", | ||
"type": "url" | "type": "url" | ||
}, | }, | ||
"chrome": { | "chrome": { | ||
Line 43: | Line 43: | ||
"label": "Firefox Extension", | "label": "Firefox Extension", | ||
"description": "Firefox Extension", | "description": "Firefox Extension", | ||
"type": "url" | |||
}, | |||
"monkey": { | |||
"label": "Monkey extension", | |||
"description": "Monkey extension", | |||
"type": "url" | "type": "url" | ||
} | } | ||
Line 54: | Line 59: | ||
"url", | "url", | ||
"chrome", | "chrome", | ||
"firefox" | "firefox", | ||
"monkey" | |||
], | ], | ||
"format": "block" | "format": "block" | ||
Line 60: | Line 66: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
<includeonly>{{#if: {{{name|}}} | ==={{{name}}}=== }} | |||
=== {{{name}}} === | {{#if: {{{thumbnail|}}} | [[{{{thumbnail}}}|right|240px|thumb]] }}{{#if: {{{type|}}} | '''{{{type}}}''' <br/> }}{{#if: {{{description|}}} | {{{description}}} <br/> }}{{#if: {{{url|}}} | * {{{url}}} }}{{#if: {{{chrome|}}} | * [{{{chrome}}} Додаток до Chrome] }}{{#if: {{{firefox|}}} | * [{{{firefox}}} Додаток до Firefox] }}{{#if: {{{monkey|}}} | * [{{{monkey}}} Monkey скрипт] }} | ||
{ | </includeonly> | ||
<noinclude>[[Category:Шаблони]]</noinclude> | |||
| | |||
| | |||
| {{{description}}} | |||
{{#if: {{{url}}} | | |||
{{#if: {{{chrome}}} | | |||
{{#if: {{{firefox}}} | | |||
|} |
Latest revision as of 07:49, 3 April 2019
Приклад використання:
{{Script | name = WME Toolbox | type = Додаток до браузера | thumbnail = File:WME-Toolbox.png | description = Позначає на карті обмеження швидкості, блокування та деякі помилки, дозволяє вимірювати відстань та багато іншого | chrome = https://chrome.google.com/webstore/detail/wme-toolbox/ihebciailciabdiknfomleeccodkdejn | firefox = https://gitlab.com/doctorkb/wme-toolbox-public/raw/master/Dist/Firefox/wmetoolbox.xpi }}
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 | optional |
Chrome Extension | chrome | Chrome Extension | URL | optional |
Firefox Extension | firefox | Firefox Extension | URL | optional |
Monkey extension | monkey | Monkey extension | URL | optional |