Difference between revisions of "Template:Formulas"

From Wildermyth Wiki
(Change from subpage to damage parameter)
m (Remove newline following table.)
Line 6: Line 6:
| {{#if:{{{note|}}}|<div style="clear: both;"></div>Note: {{{note}}}}}<!--
| {{#if:{{{note|}}}|<div style="clear: both;"></div>Note: {{{note}}}}}<!--
--><div style="clear: both;"></div>See [[Formulas Guide]] for help with math functions.
--><div style="clear: both;"></div>See [[Formulas Guide]] for help with math functions.
|}
|}</includeonly><noinclude>
</includeonly><noinclude>
{{Formulas/doc}}
{{Formulas/doc}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Revision as of 11:54, 9 January 2022

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.