Difference between revisions of "Template:Option"
Jump to navigation
Jump to search
m (Whitespace (no effect)) |
m (Prune (no effect)) |
||
Line 16: | Line 16: | ||
-->|{{#if:{{{max|}}}<!-- | -->|{{#if:{{{max|}}}<!-- | ||
-->| [{{{min}}} .. {{{max}}}]<!-- | -->| [{{{min}}} .. {{{max}}}]<!-- | ||
− | |||
-->}}<!-- | -->}}<!-- | ||
− | |||
-->}}><!-- | -->}}><!-- | ||
-->}}<!-- | -->}}<!-- | ||
Line 24: | Line 22: | ||
-->}} ''': {{{description<includeonly>|?</includeonly>}}}{{#if:{{{default|}}}<!-- | -->}} ''': {{{description<includeonly>|?</includeonly>}}}{{#if:{{{default|}}}<!-- | ||
-->|. ''default value: {{{default}}}''<!-- | -->|. ''default value: {{{default}}}''<!-- | ||
− | |||
-->}}<noinclude> | -->}}<noinclude> | ||
Revision as of 08:35, 20 May 2019
- {{{name}}} : {{{description}}}
Usage:
- name (required)
- alias (optional): an alias for the name
- alias2 (optional): a second alias for the name
- value (optional)
- min (optional)
- max (optional)
- select (optional): takes precedence over
min
andmax
.{}
will not be provided if not given (to avoid doubling). Use as e.g.{png,jpg,tiff}
for documentation of options for--snapshot-format
- description (required)
- default (optional)
min and max are only shown if both of them are specified, because no range should be given unbounded (if you think that is stupid, change it!)