Template:ComboTable-IS

From Mizuumi Wiki
Jump to navigation Jump to search
Template DocumentationEdit This Documentation

Usage

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

Blank Template

{{ComboTable-IS
| data = 
 {{ComboData-IS
 | combo        = 
 | difficulty   =
 | cost         = 
 | metergain    = 
 | oppmetergain = 
 | damage       = 
 | notes        = 
 | video        =
 }}
 {{ComboData-IS
 | combo        = 
 | difficulty   =
 | cost         = 
 | metergain    = 
 | oppmetergain = 
 | damage       = 
 | notes        = 
 | video        =
 }}
}}

ComboTable-ISParameters

  • width: Width of the table. (Default: 100%)
  • showData: Show other data columns listed below. (Default: yes)
    • showDifficulty: Show Difficulty column (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-ISParameters

  • combo: Combo to display in numpad notation.
  • difficulty Difficulty of the combo (passed to {{Property-IS}}).
  • damage: Damage this combo does.
  • cost: Meter and resource cost to perform this combo. Resources can include things like Noel's Keys.
  • metergain: Meter gained from this combo. It may be worth noting how much is gained before and after using any EX Edge or Arc Drive moves.
    • oppmetergain: Meter gained by the opponent from this combo. Again, 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.
  • video: Filename.extension of an example video, when omitted disables the relative column.

Example

Combo Difficulty Damage Cost Meter Gain Location
  • Basic midscreen BnB
  • One of the first combos you should learn.
Source
{{ComboTable-IS
| data = 
 {{ComboData-IS
 | combo        = 2L > 2H > 5H > 236L
 | difficulty   = beginner
 | cost         = 0
 | metergain    = Some number
 | oppmetergain = Some number
 | damage       = 420
 | location     = {{Property-IS|anywhere}}
 | notes        = *Basic midscreen BnB
*One of the first combos you should learn.
 }}
}}

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