Template:ComboTable-AIGS/Documentation: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ ==Usage== Create a table for combos, along with damage, cost, meter gain, and notes. ==Blank Template== <pre>{{ComboTable- | data = {{ComboData-AiGS | combo = | cost = | metergain = | oppmetergain = | damage = | notes = }} {{ComboData-AiGS | combo = | cost = | metergain = | oppmetergain = | basedamage = | notes = }} }}</pre> ==ComboTable-AiGS Parameters== *'''width''': Width of...")
 
No edit summary
Line 6: Line 6:
<pre>{{ComboTable-
<pre>{{ComboTable-
| data =  
| data =  
  {{ComboData-AiGS
  {{ComboData-AIGS
  | combo        =  
  | combo        =  
  | cost        =  
  | cost        =  
Line 14: Line 14:
  | notes        =  
  | notes        =  
  }}
  }}
  {{ComboData-AiGS
  {{ComboData-AIGS
  | combo        =  
  | combo        =  
  | cost        =  
  | cost        =  
Line 24: Line 24:
}}</pre>
}}</pre>


==ComboTable-AiGS Parameters==
==ComboTable-AIGS Parameters==
*'''width''': Width of the table. (Default: 100%)
*'''width''': Width of the table. (Default: 100%)
*'''showData''': Show other data columns listed below. (Default: yes)
*'''showData''': Show other data columns listed below. (Default: yes)
Line 32: Line 32:
**'''showLocation''': Show Loction column (Default: yes)
**'''showLocation''': Show Loction column (Default: yes)


==ComboData-AiGS Parameters==
==ComboData-AIGS Parameters==
*'''combo''': Combo to display in numpad notation.
*'''combo''': Combo to display in numpad notation.
*'''damage''': Base damage of the combo, which excludes Vorpal and Veil Off bonus damage.
*'''damage''': Base damage of the combo, which excludes Vorpal and Veil Off bonus damage.
Line 41: Line 41:


==Example==
==Example==
{{ComboTable-AiGS
{{ComboTable-AIGS
| data =  
| data =  
  {{ComboData-AiGS
  {{ComboData-AIGS
  | combo        = 5A 5B 5C 214B~C j.B j.6B j.C j.2B 2C 6CC 43216D
  | combo        = 5A 5B 5C 214B~C j.B j.6B j.C j.2B 2C 6CC 43216D
  | cost        = 100%
  | cost        = 100%
Line 57: Line 57:
<div style="font-weight:bold;line-height:1.6;">Source</div>
<div style="font-weight:bold;line-height:1.6;">Source</div>
<pre class="mw-collapsible-content">
<pre class="mw-collapsible-content">
{{ComboTable-AiGS
{{ComboTable-AIGS
| data =  
| data =  
  {{ComboData-AiGS
  {{ComboData-AIGS
  | combo        =  
  | combo        =  
  | cost        = 100%
  | cost        = 100%

Revision as of 10:52, 22 September 2023

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 = 
 | basedamage   = 
 | 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: Base damage of the combo, which excludes Vorpal and Veil Off bonus damage.
  • 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        = 
 | cost         = 100%
 | metergain    = 50% 
 | oppmetergain = 200%
 | damage   = 3000
 | notes        = *Basic midscreen BnB.
*One of the first combos you should learn.
 }}
}}