This is a documentation subpage for आकृति:Max/2. It contains usage information, categories and other content that is not part of the original आकृति page. |
ई आकृति कऽ प्रयोग 210,000+ पृष्ठसभमे कएल जा रहल अछि । पैग मात्रामे व्यवधान आ अनावश्यक सर्भर लोडसँ वचवाक लेल, कोनो भी परिवर्तनके पहिने ई आकृतिके /प्रयोगपृष्ठ उपपृष्ठ या अपन उपयोगकर्ता स्थान पर जाँचि कऽ देखी । जाँचल गेल परिवर्तनके ई आकृतिमे एक बेरमे जोड़ल जा सकैत अछि । अन्य उपयोगकर्ताक लेल, परिवर्तन करिसँ पहिने एहिसँ सम्बन्धित वार्तालाप वार्ता पृष्ठ पर करी । |
This template uses Lua: |
Evaluates and returns the maximum of a list of numeric values. The parameters can be numeric expressions that will be evaluated. Empty or missing parameters are ignored.
Usage
सम्पादन करी- Syntax
- {{max | value1 | value2 | value3 | value4 | ... }}
- Examples
- {{max}} →
- {{max|}} →
- {{max|-7}} → -7
- {{max|-7|}} → -7
- {{max|-7|5}} → 5
- {{max|-7|5|}} → 5
- {{max|-7|5|8}} → 8
- {{max|40*41|300+30}} → 1640
- {{max|100+10|300+30|200+20}} → 330
TemplateData
सम्पादन करीThis is the TemplateData documentation for this template used by VisualEditor and other tools.
See the monthly error report for this template.
TemplateData for Max/2
Evaluates and returns the maximum of a list of numeric values.
पैरामीटर | विवरण | प्रकार | स्थिति | |
---|---|---|---|---|
First value | 1 | The first value, a number or expression, e.g. '10*20+30' | स्ट्रिंग | आवश्यक |
Second value | 2 | The second value, many more parameters can be specified | स्ट्रिंग | वैकल्पिक |
See also
सम्पादन करी- Template:Min - for a minimum value, used the same way.