Template:Tool usage notes: Difference between revisions

no edit summary
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
}
}
},
},
Anonymous user