:Max/doc

Terraria Wiki
둘러보기로 이동 검색으로 이동

Returns the greatest of any number of input numbers. Invalid inputs (e.g. strings) and empty inputs are ignored.

Usage

{{ max | <number 1> | <number 2> | ... | <number n> }}

Examples

Code Result
{{max|1|3|2}} 틀:Max
{{max|-74364||0|-5}} 틀:Max
{{max|1|1}} 틀:Max
{{max|10|fifty|20}} 틀:Max
{{max}} 틀:Max

See also

  • {{min}}