Template:AbilityInfobox: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:
     <th>Heal</th>
     <th>Heal</th>
     <td>{{{Heal}}}</td>
     <td>{{{Heal}}}</td>
</tr>}}{{#if:{{{Gain|}}}|<tr>
    <th>Gain</th>
    <td>{{{Gain}}}</td>
</tr>}}{{#if:{{{Range|}}}|<tr>
</tr>}}{{#if:{{{Range|}}}|<tr>
     <th>Range</th>
     <th>Range</th>
Line 61: Line 64:
| Damage Types = text
| Damage Types = text
| Heal = text
| Heal = text
| Gain = text
| Range = text
| Range = text
| Explode Radius = text
| Explode Radius = text

Revision as of 16:12, 7 December 2022

Template used for describing Abilities, Spells, Weapons.

Example use:

{{AbilityInfobox
| title = text
| Damage = text
| Damage Types = text
| Heal = text
| Gain = text
| Range = text
| Explode Radius = text
| Area of Effect = text
| Weapon Types = text
| School = text
| Saving Throw = text
| Concentration = text
| Condition = text
| Duration = text
| Recharge = text
| Class = text
| Weight = text
| Price = text
}}