Template:Tool usage notes: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino (Created page with "{{#ifexpr: {{{is_cli|0}}}|{{{name}}} is a CLI tool. For help with using the command line, see Help:Using the command line.}}<nowiki/> {{#ifexpr: {{{does_auto_compress|0}}}|This tool automati...") |
imported>Leoetlino No edit summary |
||
Line 7: | Line 7: | ||
"is_cli": { | "is_cli": { | ||
"type": "boolean", | "type": "boolean", | ||
"default": "0" | "default": "0", | ||
"label": "Is CLI tool?", | |||
"suggested": true | |||
}, | }, | ||
"name": { | "name": { | ||
Line 16: | Line 18: | ||
"does_auto_compress": { | "does_auto_compress": { | ||
"type": "boolean", | "type": "boolean", | ||
"default": "0" | "default": "0", | ||
"label": "Automatically compresses and decompresses Yaz0 files?", | |||
"suggested": true | |||
} | } | ||
}, | }, |
Revision as of 11:23, 7 April 2019
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Tool name | name | no description | String | required |
Is CLI tool? | is_cli | no description
| Boolean | suggested |
Automatically compresses and decompresses Yaz0 files? | does_auto_compress | no description
| Boolean | suggested |