Template:AbilityInfobox: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Tag: Reverted
Line 1: Line 1:
<includeonly><div class="infobox">
<includeonly><div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{Damage|}}}|<tr>
<table>{{#if:{{{Damage|}}}|<tr>

Revision as of 19:09, 2 February 2023

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
}}