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
Created page with "{{{damages}}} {{{guards}}}"
 
No edit summary
Line 1: Line 1:
{{{damages}}}
<div style="padding: 0.5em;">
{{{guards}}}
{{#if:{{{damages|}}}|
<div style="margin-bottom: 1em;">
  <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}}}
  </div>
</div>
}}
{{#if:{{{guards|}}}|
<div>
  <div style="font-weight: bold; color: #3498db; margin-bottom: 0.5em; font-size: 1.05em;">🛡️ Guard Stats</div>
  <div style="background: rgba(52, 152, 219, 0.05); border-left: 3px solid #3498db; padding: 0.75em; border-radius: 4px;">
    {{{guards}}}
  </div>
</div>
}}
</div>
 
<noinclude>
== Usage ==
<pre>
{{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}}
}}
</pre>
 
== Parameters ==
* '''damages''' - List of damage types (use DamageRow template for each)
* '''guards''' - Guard/defense stats (use DamageRow template for each)
 
[[Category:Templates]]
</noinclude>

Revision as of 21:15, 18 January 2026



Usage

{{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

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