Template:ComboTable-AIGS: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
(Created page with "<includeonly><!-- -->{{#vardefine:nColumns | 1 }}<!-- -->{{#vardefine:n|1}}<!-- -->{{#vardefine:showData | {{{showData|yes}}} }}<!-- --->{{#vardefine:showDamage | {{{showDamage|yes}}} }}<!-- --->{{#vardefine:showCost | {{{showCost|yes}}} }}<!-- --->{{#vardefine:showMeter | {{{showMeter|yes}}} }}<!-- --->{{#vardefine:showLocation | {{{showLocation|yes}}} }}<!-- --->{{#vardefine:extraColWidth| {{{colWidth|12%}}} }}<!-- -->{| class="wikitable sort...")
 
No edit summary
 
Line 22: Line 22:
|}</includeonly><noinclude>
|}</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
[[Category:Avengers In Galactic Storm]]
[[Category:Avengers in Galactic Storm]]
</noinclude>
</noinclude>

Latest revision as of 10:54, 22 September 2023

Template DocumentationEdit This Documentation

Usage

Create a table for combos, along with damage, cost, meter gain, and notes.

Blank Template

{{ComboTable-
| data = 
 {{ComboData-AIGS
 | combo        = 
 | cost         = 
 | metergain    = 
 | oppmetergain = 
 | damage   = 
 | notes        = 
 }}
 {{ComboData-AIGS
 | combo        = 
 | cost         = 
 | metergain    = 
 | oppmetergain = 
 | damage   = 
 | notes        = 
 }}
}}

ComboTable-AIGS Parameters

  • width: Width of the table. (Default: 100%)
  • showData: Show other data columns listed below. (Default: yes)
    • showDamage: Show Damage column (Default: yes)
    • showCost: Show Cost column (Default: yes)
    • showMeter: Show Meter Gain column (Default: yes)
    • showLocation: Show Loction column (Default: yes)

ComboData-AIGS Parameters

  • combo: Combo to display in numpad notation.
  • damage: Damage of the combo.
  • cost: Meter cost to perform this combo.
  • metergain: Meter gained from this combo. Acceptable to use an estimate.
  • oppmetergain: Meter gained by the opponent from this combo. Acceptable to use an estimate.
  • notes: Notes about the combo, such as difficulty to execute portions, needing an air hit, sideswap, etc. Make sure to use bullet point formatting.

Example

Combo Damage Cost Meter Gain Location
  • Basic midscreen BnB
  • Does okay damage.
Source
{{ComboTable-AIGS
| data = 
 {{ComboData-AIGS
 | combo        = 2A > 2A > 236B > 63214B 
 | cost         = 100%
 | metergain    = 50% 
 | oppmetergain = 200%
 | damage   = 3000
 | notes        = *Basic midscreen BnB.
*One of the first combos you should learn.
 }}
}}

This documentation is automatically transcluded from Template:ComboTable-AIGS/Documentation and is not included when this page is transcluded.