ଛାଞ୍ଚ:Min/729/doc

ଉଇକିପିଡ଼ିଆ‌ରୁ


Evaluates and returns the minimum of a list of numeric values (with up to 729 parameters). The parameters can be numeric expressions that will be evaluated. Empty, missing, or skipped parameters are ignored.

Syntax:
{{Min/729|[value1]|[value2]|etc.}}
Examples
{{Min/729}} = "".
{{Min/729|}} = "".
{{Min/729|7}} = "7".
{{Min/729|7|}} = "7".
{{Min/729|-5|7}} = "-5".
{{Min/729|-5||||7}} = "-5".
{{Min/729|-5|-3|-1|1|7|9|11|13|15|17|19|21|23|22|20|18|16|14|12|10|8|6|4|2|0|3|5|-6|-8|-10|-11|-9|-7}} = "-11".
{{Min/729|-5|-3|-1|1|7|9|11|13|15|17|19|21|23|22|20|18|16|14|12|10|8|6|4|2|0|3|5|-6|-8|-10||-9|-7}} = "-10".
{{Min/729|3|728 other numbers above 3|-20}} = "3".
{{Min/729|40*41}} = "1640".
{{Min/729|1300+30|40*41}} = "1330".
{{Min/729|1300+30||||40*41}} = "1330".
{{Min/729|1300+30|987+654|1234/2|1200-60|40*41}} = "617".

See also[ସମ୍ପାଦନା]

  • Template:Min - for the base template that this template uses, can only take three parameters, and no spaces.
  • Template:Min/27 - for the base template that this template uses, can only take up to 27 parameters.
  • Template:Max/729 - for a maximum value, used the same way.