Πρότυπο:Max/12/τεκμηρίωση
Από Γνωσιακή Βάση Υπηρεσιών και Διαδικασιών του Δημοσίου Τομέα
< Πρότυπο:Max | 12
Αναθεώρηση ως προς 11:47, 15 Ιουνίου 2015 από τον Sotkil (Συζήτηση | συνεισφορές) (Εισήχθη 1 αναθεώρηση)
Αρχείο:Edit-copy green.svg | Yποσελίδα τεκμηρίωσης για το Πρότυπο:Max/12 (δείτε αυτή τη σελίδα για το πρότυπο). Περιέχει πληροφορίες χρήσης, κατηγορίες και περιεχόμενο που δεν αποτελεί τμήμα του βασικού προτύπου. |
Evaluates and returns the maximum 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:
-
{{Max/12|[value1]|[value2]|etc.}}
- Examples
- {{Max/12}} = "".
- {{Max/12|}} = "".
- {{Max/12|7}} = "7".
- {{Max/12|7|}} = "7".
- {{Max/12|-5|7}} = "7".
- {{Max/12|-5||||7}} = "7".
See also
- {{Max}} takes up to three optional parameters (ignors empty and non-numeric parameters)
- {{Max/2}} takes exactly two numeric parameters
- {{Max/3}} takes exactly three numeric parameters
- {{Max/4}} takes up to four optional parameters (ignors empty and non-numeric parameters)
- {{Min/12}} - for a minimum value, used the same way.