RogerDodger (talk | contribs) |
RogerDodger (talk | contribs) |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
This template is used to show how something works on a frame-per-frame level. | This template is used to show how something works on a frame-per-frame level. | ||
There is no hard rule on what the colors mean. Instead, all uses of this template should have a nearby [[Template:Legend]] explicitly indicating what they mean on the page. This allows | There is no hard rule on what the colors mean. Instead, all uses of this template should have a nearby [[Template:Legend]] explicitly indicating what they mean on the page. This allows frame tables to describe very different situations while having a limited palette. | ||
== Usage == | == Usage == | ||
Line 9: | Line 9: | ||
<syntaxhighlight lang="html"> | <syntaxhighlight lang="html"> | ||
{{FrameTable| | {{FrameTable| | ||
{{Frame| | {{Frame|1|d/f1|blue}} | ||
{{Frame|2|n|orange}} | |||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 15: | Line 16: | ||
=== FrameTable set === | === FrameTable set === | ||
If there are a set of FrameTables intended to be read in parallel, wrap them in a | If there are a set of FrameTables intended to be read in parallel, wrap them in a [[Template:FrameTableSet]]. This will give them a shared scrollbar if they overflow, keeping them aligned. | ||
== Parameters == | |||
{| class="wikitable col-1-center" | |||
! Parameter !! Default !! Description | |||
|- | |||
| <code>caption</code> | |||
| | |||
| A caption for the table. Can be blank. | |||
|- | |||
| <code>state</code> | |||
| <code>Stance</code> | |||
| Label for the third row. | |||
|- | |||
| 1 | |||
| | |||
| A sequence of [[Template:Frame]]s that make up the table itself. | |||
|} | |||
== Parameters for [[Template:Frame]] == | == Parameters for [[Template:Frame]] == | ||
Line 24: | Line 43: | ||
| 1 | | 1 | ||
| <code>⋯</code> | | <code>⋯</code> | ||
| The frame number for this column. Use ⋯ | | The frame number for this column. Use ⋯ for multiple frames with the same input and state. | ||
|- | |- | ||
| 2 | | 2 | ||
Line 32: | Line 51: | ||
| 3 | | 3 | ||
| <code>blue</code> | | <code>blue</code> | ||
| | | The color of the final cell in the column. This represents the state of the player. Available colors are {{Template:Colors}}. | ||
The color of the final cell in the column. This represents the state of the player. Available colors are {{Template:Colors}} | |||
|} | |} | ||
Line 44: | Line 58: | ||
{{Legend | {{Legend | ||
|float=right | |float=right | ||
| | |green=Recovered | ||
|orange=Startup | |orange=Startup | ||
|yellow=Active | |yellow=Active | ||
|teal=Recovery | |teal=Recovery | ||
|purple=Input buffer | |purple=Input buffer | ||
}} | }} | ||
{{FrameTable| | {{FrameTable|caption=Lee df+1| | ||
{{Frame| | {{Frame|1|d/f1|orange}} | ||
{{Frame| | {{Frame|2||orange}} | ||
{{Frame|⋯| | {{Frame|⋯||orange}} | ||
{{Frame|12| | {{Frame|12||orange}} | ||
{{Frame|13| | {{Frame|13||yellow}} | ||
{{Frame|14| | {{Frame|14||yellow}} | ||
{{Frame|15| | {{Frame|15||teal}} | ||
{{Frame|⋯| | {{Frame|⋯||teal}} | ||
{{Frame| | {{Frame|25||teal}} | ||
{{Frame| | {{Frame|26||purple}} | ||
{{Frame| | {{Frame|27||purple}} | ||
{{Frame| | {{Frame|28||purple}} | ||
{{Frame| | {{Frame|29||purple}} | ||
{{Frame| | {{Frame|39||purple}} | ||
{{Frame| | {{Frame|31||purple}} | ||
{{Frame| | {{Frame|32||purple}} | ||
{{Frame| | {{Frame|33||purple}} | ||
{{Frame| | {{Frame|34||green}} | ||
}} | }} | ||
Latest revision as of 06:22, 23 February 2022
This template uses TemplateStyles: | |
This template is used to show how something works on a frame-per-frame level.
There is no hard rule on what the colors mean. Instead, all uses of this template should have a nearby Template:Legend explicitly indicating what they mean on the page. This allows frame tables to describe very different situations while having a limited palette.
Usage
{{FrameTable|
{{Frame|1|d/f1|blue}}
{{Frame|2|n|orange}}
}}
FrameTable set
If there are a set of FrameTables intended to be read in parallel, wrap them in a Template:FrameTableSet. This will give them a shared scrollbar if they overflow, keeping them aligned.
Parameters
Parameter | Default | Description |
---|---|---|
caption
|
A caption for the table. Can be blank. | |
state
|
Stance
|
Label for the third row. |
1 | A sequence of Template:Frames that make up the table itself. |
Parameters for Template:Frame
Parameter | Default | Description |
---|---|---|
1 | ⋯
|
The frame number for this column. Use ⋯ for multiple frames with the same input and state. |
2 | The input performed on this frame. Uses Template:IronFist to represent the input. There should at most be two symbols used here: one for the direction, and one for the attack input. If other frames in the table use both, make sure you use n for any attack with a neutral directional input to keep the direction and attack buttons in the table aligned.
| |
3 | blue
|
The color of the final cell in the column. This represents the state of the player. Available colors are red , orange , yellow , green , teal , blue , and purple .
|
Example
Active | |
Startup | |
Recovery | |
Recovered | |
Input buffer |
Frame
Input
State
1
d/f1
2
⋯
12
13
14
15
⋯
25
26
27
28
29
39
31
32
33
34