Template:Monster Actions: Difference between revisions

From MiiWiki
Jump to navigationJump to search
m (this is a table not an infobox)
m (not sure what's breaking but that didn't work)
Tag: Manual revert
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|class="wikitable"; border=2; cellpadding=2;
{|class="wikitable table-green"
!colspan=9|{{PAGENAME}} Actions
!colspan=4|{{PAGENAME}} Actions
|-
|-
!Name
!Name
Line 6: Line 6:
!Usage chance
!Usage chance
!Hit rate
!Hit rate
|-
{{#if:{{{attack1name|}}}|<!--
<noinclude>
-->{{!-}}
|}
{{!}}{{{attack1name}}}
{{!}}{{{attack1description}}}
{{!}}{{{attack1use}}}
{{!}}{{{attack1accuracy}}}}}
{{#if:{{{attack2name|}}}|<!--
-->{{!-}}
{{!}}{{{attack2name}}}
{{!}}{{{attack2description}}}
{{!}}{{{attack2use}}}
{{!}}{{{attack2accuracy}}}}}
{{#if:{{{attack3name|}}}|<!--
-->{{!-}}
{{!}}{{{attack3name}}}
{{!}}{{{attack3description}}}
{{!}}{{{attack3use}}}
{{!}}{{{attack3accuracy}}}}}
{{#if:{{{attack4name|}}}|<!--
-->{{!-}}
{{!}}{{{attack4name}}}
{{!}}{{{attack4description}}}
{{!}}{{{attack4use}}}
{{!}}{{{attack4accuracy}}}}}
|}<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>

Latest revision as of 23:29, 9 June 2023

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