Template:Min/12
Appearance
This template employs intricate features of template syntax.
You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages. You can conduct experiments, and should test all major changes, in either this template's sandbox, the general template sandbox, or your user space before changing anything here. |
Evaluates and returns the minimum of a list of up to twelve numeric values. The parameters can be numeric expressions that will be evaluated. Empty, missing, or skipped parameters are ignored.
- Syntax:
{{min/12|[value1]|[value2]|etc.}}
- Examples
- {{min/12}} = "".
- {{min/12|}} = "".
- {{min/12|7}} = "7".
- {{min/12|7|}} = "7".
- {{min/12|-5|7}} = "-5".
- {{min/12|-5||||7}} = "-5".
See also
[edit source]- {{min}} takes up to three optional parameters (ignors empty and non-numeric parameters)
- {{min/2}} takes exactly two numeric parameters
- {{min/3}} takes exactly three numeric parameters
- {{min/4}} takes up to four optional parameters (ignors empty and non-numeric parameters)
- {{max/12}} - for a maximum value, used the same way.