Template:Max/27
The UESPWiki – Your source for The Elder Scrolls since 1995
Summary[edit]
Evaluates and returns the maximum of a list of numeric values (with up to 27 parameters).
Parameters[edit]
The parameters can be numeric expressions that will be evaluated. Empty, missing, or skipped parameters are ignored.
- {{Max/27|value1|...|value27}}
Examples[edit]
- {{Max/27}} →
- {{Max/27}} →
- {{Max/27|7}} → 7
- {{Max/27|7}} → 7
- {{Max/27|-5|7}} → 7
- {{Max/27|-5|7}} → 7
- {{Max/27|-5|-3|-1|1|7|9|11|13|15|17|16|14|12|10|8|6|4|2|0|3|5|-6|-8|-10|-11|-9|-7}} → 17
- {{Max/27|-5|-3|-1|1|7|9|11|13|15|16|14|12|10|8|6|4|2|0|3|5|-6|-8|-10|-11|-9|-7}} → 16
- {{Max/27|-5|-3|-1|1|7|9|11|13|15|17|16|14|12|10|8|6|4|2|0|3|5|-6|-8|-10|-11|-9|-7|20}} → 17
- {{Max/27|40*41}} → 1640
- {{Max/27|1300+30|40*41}} → 1640
- {{Max/27|1300+30|40*41}} → 1640
- {{Max/27|1300+30|987+654|1234/2|1200-60|40*41}} → 1641
This template was originally copied from Wikipedia.