Template:FormulaNotation

From Idle Wizard Wiki
Jump to navigation Jump to search

Template to display a formula with two different notations, percentage and multiplier.

The multiplier notation will be displayed by default, and a toggle can be clicked on to replace it with the percentage notation.

Usage & preview

A {{FormulaNotationToggle}} should be inserted somewhere in the page.

Basic empty template:

{{FormulaNotation
|percentagecontent=
|multipliercontent=
}}

Type this:

{{{Template:FormulaNotationToggle}}}
{{FormulaNotation
|percentagecontent=Increases critical profit by:
 I * 150% - 100%
|multipliercontent=Multiplies critical profit by:
 I * 1.5
}}

To see this:

[Toggle Notation]
Percentage
Multiplier

Multiplies critical profit by:

I * 1.5

Increases critical profit by:

I * 150% - 100%

Click here to refresh the preview above