Template:AbilityInfobox: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
mNo edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<includeonly><div class="infobox">
<noinclude>{{deprecated|See list [[Help:List of templates#Page creation|here]].}}</noinclude><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>

Latest revision as of 21:03, 5 December 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
}}