Sjabloon:Min/12/doc

in Wikipedia, die vrye ensiklopedie


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[wysig bron]

  • {{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.