Template:AbilityInfobox: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
mNo edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
mNo edit summary
Line 14: Line 14:
     <th>Range</th>
     <th>Range</th>
     <td>{{{Range}}}</td>
     <td>{{{Range}}}</td>
</tr>}}{{#if:{{{Explode Radius|}}}|<tr>
    <th>Explode Radius</th>
    <td>{{{Explode Radius}}}</td>
</tr>}}{{#if:{{{Weapon Types|}}}|<tr>
</tr>}}{{#if:{{{Weapon Types|}}}|<tr>
     <th>Weapon Types</th>
     <th>Weapon Types</th>
Line 56: Line 59:
| Heal = text
| Heal = text
| Range = text
| Range = text
| Explode Radius = text
| Weapon Types = text
| Weapon Types = text
| School = text
| School = text

Revision as of 17:24, 6 May 2022

Template used for describing Abilities, Spells, Weapons.

Example use:

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