Template:Damage colour: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(add piercing, bludgeoning, and slashing cases to the switch function)
mNo edit summary
 
(28 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<includeonly>{{color|{{#switch: {{{1}}}  
<includeonly><span class="bg3wiki-damage-type-{{lc:{{{1|}}}}}">{{trim | {{{2| {{{1}}} }}} }}</span></includeonly><noinclude>{{Documentation|content=
| Acid = #cccc00
| Cold = #3399cc
| Fire = #ff6600
| Force = #cc3333
| Lightning = #3366cc
| Necrotic = #66cc66
| Poison = #99cc00
| Radiant = #ffcc00
| Thunder = #663399
| Psychic = #ff99cc
| Piercing = #a9a9a9
| Bludgeoning = #a9a9a9
| Slashing = #a9a9a9
}}|{{{2}}}}}</includeonly><noinclude>


You can use this like so:
== Examples ==
{{Template demo
| style = table
| <nowiki>{{DamageColor|Force|1d4 + 4 Force damage.}}</nowiki>
| <nowiki>{{DamageColor|Healing|1d4 + 4 Healing}}</nowiki>
}}


{{code|<nowiki>{{DamageColor|Force|That's a lotta damage.}}</nowiki>}}
== Complete list of all colors ==


Result:
* {{DamageColor|Acid|Acid}}
* {{DamageColor|Cold|Cold}}
* {{DamageColor|Fire|Fire}}
* {{DamageColor|Force|Force}}
* {{DamageColor|Healing|Healing}}
* {{DamageColor|Lightning|Lightning}}
* {{DamageColor|Necrotic|Necrotic}}
* {{DamageColor|Poison|Poison}}
* {{DamageColor|Radiant|Radiant}}
* {{DamageColor|Thunder|Thunder}}
* {{DamageColor|Psychic|Psychic}}
* {{DamageColor|Physical|Physical}}
* {{DamageColor|Piercing|Piercing}}
* {{DamageColor|Bludgeoning|Bludgeoning}}
* {{DamageColor|Slashing|Slashing}}


{{DamageColor|Force|That's a lotta damage.}}
Note to future editors: it's important for these colors to be legible on both a light and a dark background!


}}
[[Category:Templates]]
[[Category:Damage info templates]]
</noinclude>
</noinclude>

Latest revision as of 10:50, 19 January 2025

Template documentation

Examples

Markup Renders as
{{DamageColor|Force|1d4 + 4 Force damage.}}
1d4 + 4 Force damage.
{{DamageColor|Healing|1d4 + 4 Healing}}
1d4 + 4 Healing

Complete list of all colors

  • Acid
  • Cold
  • Fire
  • Force
  • Healing
  • Lightning
  • Necrotic
  • Poison
  • Radiant
  • Thunder
  • Psychic
  • Physical
  • Piercing
  • Bludgeoning
  • Slashing

Note to future editors: it's important for these colors to be legible on both a light and a dark background!