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

Template:WeaponBlock: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 1: Line 1:
<div style="padding: 0.5em;">
{{#if:{{{damages|}}}|
{{#if:{{{damages|}}}|
<div style="margin-bottom: 1em;">
! colspan="2" style="background: rgba(231, 76, 60, 0.15); padding: 0.5em; font-size: 1em;" {{!}} ⚔️ Damage Types
  <div style="font-weight: bold; color: #e74c3c; margin-bottom: 0.5em; font-size: 1.05em;">⚔️ Damage Types</div>
{{!}}-
  <div style="background: rgba(231, 76, 60, 0.05); border-left: 3px solid #e74c3c; padding: 0.75em; border-radius: 4px;">
{{{damages}}}
    {{{damages}}}
  </div>
</div>
}}
}}
{{#if:{{{guards|}}}|
{{#if:{{{guards|}}}|
<div>
{{!}}-
  <div style="font-weight: bold; color: #3498db; margin-bottom: 0.5em; font-size: 1.05em;">🛡️ Guard Stats</div>
! colspan="2" style="background: rgba(52, 152, 219, 0.15); padding: 0.5em; font-size: 1em;" {{!}} 🛡️ Guard Stats
  <div style="background: rgba(52, 152, 219, 0.05); border-left: 3px solid #3498db; padding: 0.75em; border-radius: 4px;">
{{!}}-
    {{{guards}}}
{{{guards}}}
  </div>
</div>
}}
}}
</div>


<noinclude>
<noinclude>

Latest revision as of 21:16, 18 January 2026



{{WeaponBlock
| damages = {{DamageRow|Swing Down Damage|46 Physical}}
{{DamageRow|Swing Down Left Damage|23 Physical}}
{{DamageRow|Swing Down Right Damage|28 Physical}}
| guards = {{DamageRow|Guard Wield|12.22}}
}}

Parameters

edit source
  • damages - List of damage types (use DamageRow template for each)
  • guards - Guard/defense stats (use DamageRow template for each)