Template:Option
Revision as of 04:50, 27 February 2019 by DoesItReallyMatter (talk | contribs) (New feature: new optional parameter "select" for free-form argument selection. Use as |select={foo,bar,baz}. Documentation updated)
- {{{name}}} : {{{description}}}
Usage:
- name (required)
- value (optional)
- min (optional)
- max (optional)
- select (optional): takes precedence over
min
andmax
. Only works ifvalue
is given.{}
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!)