Template:AbilityInfobox: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 27: Line 27:
     <td>{{{Recharge}}}</td>
     <td>{{{Recharge}}}</td>
</tr>}}</table>
</tr>}}</table>
</div></includeonly>
</div></includeonly><noinclude>
Template used for describing Abilities, Spells, Weapons.
 
Example use:
<pre>
{{AbilityInfobox
| title =
| Damage =
| Damage Types =
| Heal =
| Range =
| Concentration =
| Condition =
| Duration =
| Recharge =
}}
</pre>
</noinclude>

Revision as of 18:09, 27 April 2022

Template used for describing Abilities, Spells, Weapons.

Example use:

{{AbilityInfobox
| title =
| Damage =
| Damage Types =
| Heal =
| Range =
| Concentration =
| Condition =
| Duration =
| Recharge =
}}