|
|
| Line 1: |
Line 1: |
| <pre class="jcConfig" style="display:none;"> | | <div id="simple-calc__container"> |
| template = Template:Calculator/Wizard
| | <span id="simple-calc__input1"></span> |
| {| class="wikitable"
| | <span id="simple-calc__input2"></span> |
| |+ Caption text
| | <span id="simple-calc__input3"></span> |
| |-
| | </div> |
| ! Header text !! Header text !! Header text
| |
| |-
| |
| | {{Calc use|Calculator:Template/Other/Flipping}}
| |
| {{JSCalculator}}
| |
| <pre class="jcConfig" style="display:none;">
| |
| template = Calculator:Template/Other/Flipping || {{Calc use|Calculator:Template/Other/Flipping}}
| |
| {{JSCalculator}}
| |
| <pre class="jcConfig" style="display:none;"> | |
| template = Calculator:Template/Other/Flipping || Example
| |
| |-
| |
| | Example || Example || Example
| |
| |-
| |
| | Example || Example || Example
| |
| |}
| |
| form = simplecalc
| |
| result = simpleresult
| |
| param = buying|Buying price|0|int
| |
| param = selling|Selling price|0|int
| |
| param = amount|Amount|1|int
| |
| </pre> | |
| | |
| <span id="simplecalc">'''''Calculator failed to load.'''''</span><br /> | |
| | |
| <span id="simpleresult"></span> | |
| [[Category:Calculators]]
| |