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 |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#ifexpr: {{{is_cli|0}}}|{{{name}}} is a CLI tool. For help with using the command line, see [[Help:CLI]].}}<nowiki/> | {{#ifexpr: {{{is_cli|0}}}|{{{name}}} is a CLI tool. For help with using the command line, see [[Help:CLI]].}}<nowiki/> | ||
{{#ifexpr: {{{does_auto_compress|0}}}|This tool automatically decompresses [[Yaz0]]-compressed files, and re-compresses them if the extension starts with an <code>s</code>. This means that '''you do not need to compress or decompress files manually.'''}}<nowiki/> | {{#ifexpr: {{{does_auto_compress|0}}}| | ||
This tool automatically decompresses [[Yaz0]]-compressed files, and re-compresses them if the extension starts with an <code>s</code>. This means that '''you do not need to compress or decompress files manually.'''}}<nowiki/> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 7: | Line 9: | ||
"is_cli": { | "is_cli": { | ||
"type": "boolean", | "type": "boolean", | ||
"default": "0" | "default": "0", | ||
"label": "Is CLI tool?", | |||
"suggested": true | |||
}, | }, | ||
"name": { | "name": { | ||
Line 16: | Line 20: | ||
"does_auto_compress": { | "does_auto_compress": { | ||
"type": "boolean", | "type": "boolean", | ||
"default": "0" | "default": "0", | ||
"label": "Automatically compresses and decompresses Yaz0 files?", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
Line 26: | Line 32: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude><nowiki/> |
Latest revision as of 11:27, 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 |