Template:Monster Actions: Difference between revisions

From MiiWiki
Jump to navigationJump to search
m (this is a table not an infobox)
mNo edit summary
Line 1: Line 1:
{|class="wikitable"; border=2; cellpadding=2;
{|class="wikitable"
!colspan=9|{{PAGENAME}} Actions
!colspan=4|{{PAGENAME}} Actions
|-
|-
!Name
!Name
Line 6: Line 6:
!Usage chance
!Usage chance
!Hit rate
!Hit rate
|-
{{#if:{{{attack1name|}}}|
{{!-}}
{{!}}{{{attack1name}}}
{{!}}{{{attack1description}}}
{{!}}{{{attack1use}}}
{{!}}{{{attack1accuracy}}}}}
{{#if:{{{attack2name|}}}|
{{!-}}
{{!}}{{{attack2name}}}
{{!}}{{{attack2description}}}
{{!}}{{{attack2use}}}
{{!}}{{{attack2accuracy}}}}}
{{#if:{{{attack3name|}}}|
{{!-}}
{{!}}{{{attack3name}}}
{{!}}{{{attack3description}}}
{{!}}{{{attack3use}}}
{{!}}{{{attack3accuracy}}}}}
{{#if:{{{attack4name|}}}|
{{!-}}
{{!}}{{{attack4name}}}
{{!}}{{{attack4description}}}
{{!}}{{{attack4use}}}
{{!}}{{{attack4accuracy}}}}}
|}
<noinclude>
<noinclude>
|}
==Usage==
Replace x with a number between 1 and 4, repeat as neccesary.
<pre>
<pre>
{{Monster Actions}}
{{Monster Actions
|attack name
|attackxname=  Name of the attack
|attack description
|attackxdescription=  Description of the attack
|usage chance
|attackxuse=  Chance to use the attack
|hit rate
|attackxaccuracy=  Chance for the attack to hit
|}
}}
</pre>
</pre>
[[Category:Table templates]]
[[Category:Table templates]]
</noinclude>
</noinclude>

Revision as of 23:16, 16 March 2022

Monster Actions Actions
Name Description Usage chance Hit rate



Usage

Replace x with a number between 1 and 4, repeat as neccesary.

{{Monster Actions
|attackxname=  Name of the attack
|attackxdescription=  Description of the attack
|attackxuse=  Chance to use the attack
|attackxaccuracy=  Chance for the attack to hit
}}