ढाँचा:Max
Jump to navigation
Jump to search
![]() | This template is used on ५८९,०००+ pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
![]() | यो ढाँचाले लुआ प्रयोग गर्दछ: |
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[सम्पादन गर्ने]
यो ढाँचातथ्याङ्कको दस्तावेज दृश्यसम्पादक र अन्य उपकरणहरूद्वारा प्रयोग गरीन्छ; यो ढाँचाको मासिक मापदण्ड उपयोग रिपोर्ट हेर्नुहोस्।
Maxको ढाँचातथ्याङ्क
Evaluates and returns the maximum of a list of numeric values.
Parameter | विवरण | प्रकार | स्थिति | |
---|---|---|---|---|
First value | 1 | The first value, a number or expression, e.g. '10*20+30' | String | required |
Second value | 2 | The second value, many more parameters can be specified | String | वैकल्पिक |
See also[सम्पादन गर्ने]
- Template:Min - for a minimum value, used the same way.
The above documentation is transcluded from ढाँचा:Max/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |