Difference between revisions of "Template:CalcGenericQualityFormula"

From Underrail Wiki
Jump to navigation Jump to search
(Created page with "{{#expr: floor( {{{1|1}}} + {{{2|0.1}}}*{{{3|1}}} )}}<noinclude><noinclude> {{documentation}}</noinclude>")
 
(add min & max)
Line 1: Line 1:
{{#expr: floor( {{{1|1}}} + {{{2|0.1}}}*{{{3|1}}} )}}<noinclude><noinclude>
+
{{#ifexpr: {{{4|0}}} > {{#expr: floor( {{{1|10}}} + {{{2|0.1}}}*{{{3|1}}} )}}
 +
  | {{{4|min}}}
 +
  | {{#ifexpr: {{{5|9000}}} < {{#expr: floor( {{{1|10}}} + {{{2|0.1}}}*{{{3|1}}} )}}
 +
      | {{{5|max}}}
 +
      | {{#expr: floor( {{{1|10}}} + {{{2|0.1}}}*{{{3|1}}} )}}
 +
    }}
 +
}}
 +
 
 +
<noinclude>
  
 
{{documentation}}</noinclude>
 
{{documentation}}</noinclude>

Revision as of 07:17, 14 May 2017

10


Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:CalcGenericQualityFormula/doc to view this documentation. (edit) (How does this work?)
Description
Part of Template:Quality table