Template:Tool usage notes: Difference between revisions

From ZeldaMods (Breath of the Wild)
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.

Template parameters

ParameterDescriptionTypeStatus
Tool namename

no description

Stringrequired
Is CLI tool?is_cli

no description

Default
0
Booleansuggested
Automatically compresses and decompresses Yaz0 files?does_auto_compress

no description

Default
0
Booleansuggested