Difference between revisions of "Template:Option"
Jump to navigation
Jump to search
m (CSS not working) |
|||
Line 1: | Line 1: | ||
− | * '''{{{name}}} {{#if:{{{value|}}}|<{{{value}}}{{#if:{{{select|}}}|> <span style="overflow-wrap:break-word;">{{{select}}}</span>|{{#if:{{{min|}}}|{{#if:{{{max|}}}| [{{{min}}} .. {{{max}}}]|}}|}}>}}|{{{select|}}}}} ''': {{{description<includeonly>|?</includeonly>}}}{{#if:{{{default|}}}|. ''default value: {{{default}}}''|}}<noinclude> | + | * '''{{{name}}} {{#if:{{{value|}}}|<{{#switch:{{{value}}}<!-- |
+ | -->|boolean = [[boolean]]<!-- | ||
+ | -->|float = [[float]]<!-- | ||
+ | -->|integer = [[integer]]<!-- | ||
+ | -->|string = [[string]]<!-- | ||
+ | -->|#default = {{{value}}}<!-- | ||
+ | -->}}{{{value}}}{{#if:{{{select|}}}|> <span style="overflow-wrap:break-word;">{{{select}}}</span>|{{#if:{{{min|}}}|{{#if:{{{max|}}}| [{{{min}}} .. {{{max}}}]|}}|}}>}}|{{{select|}}}}} ''': {{{description<includeonly>|?</includeonly>}}}{{#if:{{{default|}}}|. ''default value: {{{default}}}''|}}<noinclude> | ||
Usage: | Usage: |
Revision as of 01:34, 25 March 2019
- {{{name}}} : {{{description}}}
Usage:
- name (required)
- 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!)