Template:DamageRow: Difference between revisions
Template page
More actions
Hytalewiki (talk | contribs) Created page with "<div class="item-section" style="display:block;"> <b>{{{1}}}:</b> {{{2}}} </div>" |
Hytalewiki (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<div | <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;"> | ||
<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