Template:MoveData/doc: Difference between revisions

Template page
No edit summary
Line 11: Line 11:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
{{MoveDataHeader}} <!-- Include this at least once on every page using MoveData -->
{{MoveDataHeader}} <!-- Include this at least once on every page using MoveData -->
{{MoveData
|id=u/f+3
|input=u/f+3
|target=m
|damage=12
|range=3.09
|tracksLeft=18
|tracksRight=9
|startup=i25~26
|crush=js12~
|recv=r27
|block=-9
|hit=+2
}}
{{MoveData
{{MoveData
|id=u/f+3,1
|id=u/f+3,1
Line 70: Line 84:
|-
|-
| <code>range</code>
| <code>range</code>
| The range of the move, as per [[Movelist#Range]]. Leave blank if you don't want to measure it.
| The range of the move, as per [[Movelist#Range]].
|-
| <code>tracksLeft</code>
| The tracking score, as per [[Tracking#Measurement]], to the attacker's left (i.e. opponent steps right).
|-
| <code>tracksRight</code>
| The tracking score, as per [[Tracking#Measurement]], to the attacker's right (i.e. opponent steps left).  
|-
|-
| <code>startupRoot</code>
| <code>startupRoot</code>
Line 76: Line 96:
|-
|-
| <code>startup</code>
| <code>startup</code>
| The startup of the move, not including previous moves in the string. Start with a comma if there were previous moves.
| The startup of the move, not including previous moves in the string. Start with a comma if there were previous moves. Leave blank if you don't want to measure it.  
|-
|-
| <code>crush</code>
| <code>crush</code>
Line 98: Line 118:


If the <code>name</code>, <code>startup</code> (or <code>startupRoot</code>), <code>crush</code>, or <code>notes</code> parameters have multiple values, use a Plainlist. Exception is if the <code>startup</code> is two short values and it would look better with a space instead of a line break.
If the <code>name</code>, <code>startup</code> (or <code>startupRoot</code>), <code>crush</code>, or <code>notes</code> parameters have multiple values, use a Plainlist. Exception is if the <code>startup</code> is two short values and it would look better with a space instead of a line break.
Leaving fields blank is fine, especially ones that take a while or are difficult to measure such as <code>range</code>, <code>tracksLeft</code>, and <code>tracksRight</code>.


<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
Line 119: Line 141:
|range=3.09
|range=3.09
|tracksLeft=18
|tracksLeft=18
|tracksRight=8
|tracksRight=9
|startup=i25~26
|startup=i25~26
|crush=js12~
|crush=js12~

Revision as of 05:09, 14 January 2021

This template is used to show detailed information for a single move. It's mainly used in movelists.

The first use of this on any page should include Template:MoveDataHeader before it.

Usage

Be sure to be familiar with Movelist to know what appropriate values are.

{{MoveDataHeader}} <!-- Include this at least once on every page using MoveData -->
{{MoveData
|id=u/f+3
|input=u/f+3
|target=m
|damage=12
|range=3.09
|tracksLeft=18
|tracksRight=9
|startup=i25~26
|crush=js12~
|recv=r27
|block=-9
|hit=+2
}}
{{MoveData
|id=u/f+3,1
|name=Brilliant Rosé
|inputLead=u/f+3
|input=,1
|targetLead=m
|target=,m
|damageLead=12
|damage=,18
|range=4.27
|startupRoot=i25~26
|startup=,i21~22
|recv=r30 FC
|block=-12
|hit=+3
|ch=[[Lee combos#Staples|+26a]]
|notes={{Plainlist|
* Floor break
* Combo from 1st hit}}
}}

For frame advantages:

  • Link to the combo page if it leads to a combo (even if the page doesn't exist yet).
  • Write +0, not -0 or just 0.

Parameters

All parameters are blank by default and can be left blank without issue. However, every move should at least have an id and input.

Parameter Description
id A unique id for the move. Usually equal to {{{inputLead|}}}{{{input}}}.
name The name of the move, if any.
inputLead The input of the previous moves in the string, if any.
input The input of the move, not including previous moves in the string. Start with a comma if there were previous moves. Start with a : or ~ instead if that's what the notation calls for, but write the colon as &#58; or it'll break things. -->
targetLead The hit level of the previous moves in the string, if any.
target The hit level of the move, not including previous moves in the string. Start with a comma if there were previous moves.
damageLead The damage of the previous moves in the string, if any.
damage The damage of the move, not including previous moves in the string. Start with a comma if there were previous moves.
range The range of the move, as per Movelist#Range.
tracksLeft The tracking score, as per Tracking#Measurement, to the attacker's left (i.e. opponent steps right).
tracksRight The tracking score, as per Tracking#Measurement, to the attacker's right (i.e. opponent steps left).
startupRoot The startup of the first move in the string, if this isn't the first move.
startup The startup of the move, not including previous moves in the string. Start with a comma if there were previous moves. Leave blank if you don't want to measure it.
crush The frames where this move will crush, powercrush, or parry.
recv The number of frames the move takes to recover, starting with an r. Indicate the state after recovery if the move doesn't recover standing.
block The frame advantage on block.
hit The frame advantage on hit.
ch The frame advantage on counter-hit. Leave blank if the same as on hit.
notes Anything that doesn't fit elsewhere.

If the name, startup (or startupRoot), crush, or notes parameters have multiple values, use a Plainlist. Exception is if the startup is two short values and it would look better with a space instead of a line break.

Leaving fields blank is fine, especially ones that take a while or are difficult to measure such as range, tracksLeft, and tracksRight.

|startup=i55 i68
|crush={{Plainlist|
* cs25~45
* js45~}}
|notes={{Plainlist|
* Homing
* Tailspin}}

Example

Name
Alt

Input

Hit level
Damage
Range
Left Tracking
Right Tracking
Block
Hit
CH
Startup
States
Recovery
Notes

u/f+3

m
12
3.09
18
9
-9
+2
i25~26
js12~
r27
Brilliant Rosé

u/f+3,1

m,​m
12,​18
4.27
-12
+3
i25~26
,i21~22
r30 FC
  • Floor break
  • Combo from 1st hit