টেমপ্লেট:Min/12/নথি

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে


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.}}
উদাহরণ
{{min/12}} = "".
{{min/12|}} = "".
{{min/12|7}} = "7".
{{min/12|7|}} = "7".
{{min/12|-5|7}} = "-5".
{{min/12|-5||||7}} = "-5".

আরও দেখুন[সম্পাদনা]

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