Template:WeaponBlock: Difference between revisions
Template page
More actions
Hytalewiki (talk | contribs) Created page with "{{{damages}}} {{{guards}}}" |
Hytalewiki (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#if:{{{damages|}}}| | |||
! colspan="2" style="background: rgba(231, 76, 60, 0.15); padding: 0.5em; font-size: 1em;" {{!}} ⚔️ Damage Types | |||
{{!}}- | |||
{{{damages}}} | {{{damages}}} | ||
}} | |||
{{#if:{{{guards|}}}| | |||
{{!}}- | |||
! colspan="2" style="background: rgba(52, 152, 219, 0.15); padding: 0.5em; font-size: 1em;" {{!}} 🛡️ Guard Stats | |||
{{!}}- | |||
{{{guards}}} | {{{guards}}} | ||
}} | |||
<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> | |||
Latest revision as of 21:16, 18 January 2026
Usage
edit source{{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)