Difference between revisions of "Template:Formulas"

From Wildermyth Wiki
m (Don't indent table)
(Change from subpage to damage parameter)
Line 2: Line 2:
| <strong>Formulas</strong>
| <strong>Formulas</strong>
|-
|-
| <pre</includeonly><includeonly> style="margin: 0; border: 0px">{{/damage}}</pre>
| <pre</includeonly><includeonly> style="margin: 0; border: 0px">{{#if:{{{damage|}}}|{{{damage}}}|???}}</pre>
|-
|-
| {{#if:{{{note|}}}|<div style="clear: both;"></div>Note: {{{note}}}}}<!--
| {{#if:{{{note|}}}|<div style="clear: both;"></div>Note: {{{note}}}}}<!--

Revision as of 17:50, 21 September 2021

This documentation is transcluded from Template:Formulas/doc

Usage

This template displays the formulas for an ability.

The Infobox uses the following parameters:

damage
(Mathematical) damage equation
note
Optional note(s) about the targets

Example

{{Formulas
| damage = {{Data mathFormula|Witherbolt}}
| note = Blah blah blah
}}


Technical details

To maintain a consistent design across all ability pages, the Formulas table is always visible, even when the game data returns no math formula.