Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:DamageRow: Difference between revisions

Template page
Created page with "<div class="item-section" style="display:block;"> <b>{{{1}}}:</b> {{{2}}} </div>"
 
No edit summary
Line 1: Line 1:
<div class="item-section" style="display:block;">
<div style="display: flex; justify-content: space-between; align-items: center; padding: 0.4em 0.5em; margin: 0.25em 0; background: rgba(255,255,255,0.02); border-radius: 4px; transition: background 0.2s;">
<b>{{{1}}}:</b> {{{2}}}
  <span style="color: #ecf0f1; font-size: 0.95em;">{{{1}}}</span>
  <span style="color: #f39c12; font-weight: bold; font-size: 0.95em;">{{{2}}}</span>
</div>
</div>
<noinclude>
== Usage ==
<pre>
{{DamageRow|Swing Down Damage|46 Physical}}
{{DamageRow|Guard Wield|12.22}}
</pre>
== Parameters ==
* '''1''' - Stat name/label
* '''2''' - Stat value
[[Category:Templates]]
</noinclude>

Revision as of 21:14, 18 January 2026

 {{{1}}}
 {{{2}}}


Usage

{{DamageRow|Swing Down Damage|46 Physical}}
{{DamageRow|Guard Wield|12.22}}

Parameters

  • 1 - Stat name/label
  • 2 - Stat value