Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Max: Difference between revisions

Template page
m Changed protection level for "Template:Max": downgraded protection level per consensus ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite))
using Lua module (Module:Math)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{#if:{{{1|}}}|{{#expr:{{#if:{{{2|}}}|{{#if:{{{3|}}}|{{#ifexpr:({{{1}}})>({{{2}}})|{{#ifexpr:({{{1}}})>({{{3}}})|{{{1}}}|{{{3}}}}}|{{#ifexpr:({{{2}}})>({{{3}}})|{{{2}}}|{{{3}}}}}}}|{{#ifexpr:({{{1}}})>({{{2}}})|{{{1}}}|{{{2}}}}}}}|{{{1}}}}}}}|}}<noinclude>
{{{{{|safesubst:}}}#invoke:Math| max }}<noinclude>
[[Category:Mathematical function templates]]
{{documentation}}
</noinclude>
</noinclude>

Latest revision as of 17:36, 30 November 2020

Template documentation[ view · edit · history · purge ]
This documentation is transcluded from Template:Max/doc.

This template returns the maximum of one, two or three numbers. Please note that it evaluates parameters only until it finds an empty one, so if only parameters 1 and 3 are provided, it returns parameter 1 regardless of which one is larger. If parameter 1 is empty, it returns the empty string. It can process any input that is a valid expression for {{#expr:}} (1.5, e, acos(0)*2 etc.).

Usage

{{Max |1= |2= |3= }}

Template parameters

<templatedata>JSON</templatedata> ./. {{TemplateBox}}
TemplateData

TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.


Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either ‎useTemplateData=1 or ‎useTemplateData=only on the ‎/doc subpage and transcluding it with {{Documentation}} into the template. ‎<nowiki>-tags can be wrapped around the arguments, if required, to avoid templates being expanded.

Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw ‎<templatedata>-tags into the Wikitext of the template, as described in various Wikipediae.


Wikipedia's help about TemplateDataCommons-specific information

This template returns the maximum of one, two or three numbers. Please note that it evaluates parameters only until it finds an empty one, so if only parameters 1 and 3 are provided, it returns parameter 1 regardless of which one is larger. If parameter 1 is empty, it returns the empty string. It can process any input that is a valid expression for {{#expr:}} (1.5, e, acos(0)*2 etc.).

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
first number1

The first number to compare. Not strictly needed, but if not present, the template will always return the empty string, which is not very useful. :)

Linesuggested
second number2

The second number to compare. Not strictly needed, but if not present, the template will always return the first parameter, which is not very useful. :)

Linesuggested
third number3

The third number to compare. This one is finally truly optional.

Lineoptional

Additional information

The template is intended to be used in the following namespaces: the Template namespace

The template is intended to be used by the following user groups: all users

Example

{{Max|1.5|e|acos(0)*2}}

renders as:

3.1415926535898

Localization

This template is not intended to be localized.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.