Template:Damage text: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
m (Fix category name)
(Only add category in main namespace)
Line 1: Line 1:
<includeonly><span style="white-space: nowrap;">{{DamageColor | {{{2}}} |'''{{{1}}}{{DamageIcon|{{{2}}}}}{{#ifeq: {{{2}}} | Healing | [[Hit Points|{{DamageColor | {{{2}}} |Hit Points}}]]''' | [[Damage Types|{{DamageColor | {{{2}}} |{{{2}}}}}]]'''}}}}{{#if:{{{drs|}}}|{{DRS}}}}</span>{{#if:{{{2|}}}|{{#ifeq:{{{2}}}|Healing
<includeonly><span style="white-space: nowrap;">{{DamageColor | {{{2}}} |'''{{{1}}}{{DamageIcon|{{{2}}}}}{{#ifeq: {{{2}}} | Healing | [[Hit Points|{{DamageColor | {{{2}}} |Hit Points}}]]''' | [[Damage Types|{{DamageColor | {{{2}}} |{{{2}}}}}]]'''}}}}{{#if:{{{drs|}}}|{{DRS}}}}</span>{{Main namespace only|{{#if:{{{2|}}}|{{#ifeq:{{{2}}}|Healing
|
|
|[[Category:Sources of {{{2}}} damage]]}}
|[[Category:Sources of {{{2}}} damage]]}}
}}</includeonly><noinclude>
}} }}</includeonly><noinclude>


This template inserts formatted damage text.
This template inserts formatted damage text.

Revision as of 21:31, 10 October 2023


This template inserts formatted damage text.

Basic usage

Usage: Blah blah deals {{DamageText|2d6|Fire}} damage.

Result: Blah blah deals 2d6Damage TypesFire damage.


Usage: Blah blah deals {{DamageText|2d6|Physical}} damage.

Result: Blah blah deals 2d6Damage TypesPhysical damage.

Healing text

Usage: Blah blah heals {{DamageText|2d4+2|Healing}}.

Result: Blah blah restores 2d4+2Hit Points.

Damage rider as source

See Template:DRS for an explanation on why anyone would want to do this.

Usage: Blah blah deals {{DamageText|2d6|Physical}} damage.

Result: Blah blah deals 2d6Damage TypesPhysicalDRS damage.