Template:ComboData-3S

Template page

|- style="line-height:1em"

! colspan=5 | Notation |- | colspan=5 | - |- style="line-height:1em" ! style="width:20%" | Damage ! style="width:20%"| Meter Use ! style="width:20%"| Stun |- | - | - | - |- style="line-height:1em" ! style="width:20%" | Hits ! style="width:20%"| Parries ! style="width:20%"| MOP |- | - | - | - |-

|- }}

Usage

This goes into Template:ComboData. Adapted from Project Justices' ComboData: Movedata doesn't play very nicely with larger embedded video sizes due to formatting for a specific image size, so this will use a very similar and recognizable format compared to movedata, but be formatted for short combo videos with large spaces for notation. This template allows for setting the Notation, Damage, Meter use, Stun, Hit-count, Parry-count, Meter-Gained-From-Parry, and Description fields into Template:ComboData.

Embedded Use:

{{ComboData
|video=3S_ken_SuperBnB.mp4
|caption=Here's the caption!
|name=Here's the name!
|data=
 {{ComboData-3S
 |Notation= {{mp}} {{hp}} {{---}} {{qcf}} {{p}} {{---}} {{qcf}} {{qcf}} {{k}}
 |Damage=
 |Meter Use=1
 |Stun=
 |Hits=12
 |Parries=8
 |MOP=32
 |Description=Here's the Description!
 }}
}}

Embedded Result:

Here's the name!
Notation
Mp.png Hp.png ---.png Qcf.png P.png ---.png Qcf.png Qcf.png K.png
Damage Meter Use Stun
- 1 -
Hits Parries MOP
12 8 32

Here's the Description!




Youtube Alt

From Template:ComboData: If you would rather use a youtube link instead of an embedded video, you may now do so by placing a link after the "|youtube=" parser. Since the purpose of this template is to show individual combos and not entire full-length videos, it's recommended that any video link should be of the singular combo described in the cell. If it isn't, then it's highly recommended you set a start time by using the "|startat=" parser. You may also set a specific endpoint for the video to stop at using the "|endat=" Parser. Once the video has ended, however, replaying the video will start from the very beginning. This is a critical reason why using videos that Only have the combo in question on display is vastly preferred over setting a start and endpoint.

Youtube Use:


No start and end time set:

{{ComboData
|youtube=https://www.youtube.com/watch?v=vHugDnnnq-w
|caption=Here's the caption!
|name=Here's the name!
|data=
 {{ComboData-3S
 |Notation= {{mp}} {{hp}} {{---}} {{qcf}} {{p}} {{---}} {{qcf}} {{qcf}} {{k}}
 |Damage=
 |Meter Use=1
 |Stun=
 |Hits=12
 |Parries=8
 |MOP=32
 |Description=This will play the entire video.
 }}
}}

--------------------------------------------------

WITH Start and End time set:

{{ComboData
|youtube=https://www.youtube.com/watch?v=vHugDnnnq-w
|startat=6
|endat=12
|caption=Here's the caption!
|name=Here's the name!
|data=
 {{ComboData-3S
 |Notation= {{mp}} {{hp}} {{---}} {{qcf}} {{p}} {{---}} {{qcf}} {{qcf}} {{k}}
 |Damage=
 |Meter Use=1
 |Stun=
 |Hits=12
 |Parries=8
 |MOP=32
 |Description=This video will start at the Parries, and end after the final Parry.
 }}
}}


Youtube Result


Without Start and End times set:


Notation
Mp.png Hp.png ---.png Qcf.png P.png ---.png Qcf.png Qcf.png K.png
Damage Meter Use Stun
- 1 -
Hits Parries MOP
12 8 32

This will play the entire video.


WITH Start and End times set:


Notation
Mp.png Hp.png ---.png Qcf.png P.png ---.png Qcf.png Qcf.png K.png
Damage Meter Use Stun
- 1 -
Hits Parries MOP
12 8 32

This video will start at the Parries, and end after the final Parry.