Template:AbilityInfobox: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 14: Line 14:
     <th>Range</th>
     <th>Range</th>
     <td>{{{Range}}}</td>
     <td>{{{Range}}}</td>
</tr>}}{{#if:{{{Weapon Types|}}}|<tr>
    <th>Weapon Types</th>
    <td>{{{Weapon Types}}}</td>
</tr>}}{{#if:{{{School|}}}|<tr>
    <th>School</th>
    <td>{{{School}}}</td>
</tr>}}{{#if:{{{Saving Throw|}}}|<tr>
</tr>}}{{#if:{{{Saving Throw|}}}|<tr>
     <th>Saving Throw</th>
     <th>Saving Throw</th>
Line 41: Line 47:
| Heal = text
| Heal = text
| Range = text
| Range = text
| Weapon Types = text
| School = text
| Saving Throw = text
| Saving Throw = text
| Concentration = text
| Concentration = text

Revision as of 09:37, 28 April 2022

Template used for describing Abilities, Spells, Weapons.

Example use:

{{AbilityInfobox
| title = text
| Damage = text
| Damage Types = text
| Heal = text
| Range = text
| Weapon Types = text
| School = text
| Saving Throw = text
| Concentration = text
| Condition = text
| Duration = text
| Recharge = text
}}