Difference between revisions of "Template:Min/doc"
Jump to navigation
Jump to search
(Created page with "Returns the smaller value from its 2 positional parameter. {{subst:Documentation/Example Table|{{Min|1|2}}|{{Min|3.5|4.5}}}}") |
|||
Line 1: | Line 1: | ||
Returns the smaller value from its 2 positional parameter. | Returns the smaller value from its 2 positional parameter. | ||
− | + | <!--The following line is generated by substitution: {{subst:Template:Documentation/Example Table|{{Min|1|2}}|{{Min|4.5|3.5}}}}--> | |
− | + | <table class="wikitable"><tr><th>Code</th><th>Result</th></tr><tr><td><code><nowiki>{{Min|1|2}}</nowiki></code></td><td>{{Min|1|2}}</td></tr><tr><td><code><nowiki>{{Min|4.5|3.5}}</nowiki></code></td><td>{{Min|4.5|3.5}}</td></tr></table> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 11:03, 26 December 2024
Returns the smaller value from its 2 positional parameter.
Code | Result |
---|---|
{{Min|1|2}} | 1 |
{{Min|4.5|3.5}} | 3.5 |