No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
==Usage== | ==Usage== | ||
For [[Project Justice]] movelists, replaces [[Template:PJMoveListRow]]. | For [[Project Justice]] movelists, replaces [[Template:PJMoveListRow]]. | ||
==Examples== | |||
===Source Code Example 1:=== | |||
<nowiki>{{MoveData | |||
| name = Crouching Strong Punch | |||
| input = d.HP | |||
| subtitle = {{Motion|d}}{{Icon-PJ|HP}} | |||
| image = PJ_Akira_dHP.png | |||
| caption = Placeholder caption | |||
| linkname = 2HP | |||
| data = | |||
{{AttackData-PJ | |||
| damage = 11 | |||
| startup = 15 | |||
| active = | |||
| recovery = 37 | |||
| hitAdv = | |||
| blockAdv = -15 | |||
| guard = All | |||
| description = Mini Launcher. | |||
}} | |||
}}</nowiki> | |||
===Output 1:=== | |||
{{MoveData | |||
| name = Crouching Strong Punch | |||
| input = d.HP | |||
| subtitle = {{Motion|d}}{{Icon-PJ|HP}} | |||
| image = PJ_Akira_dHP.png | |||
| caption = Placeholder caption | |||
| linkname = 2HP | |||
| data = | |||
{{AttackData-PJ | |||
| damage = 11 | |||
| startup = 15 | |||
| active = | |||
| recovery = 37 | |||
| hitAdv = | |||
| blockAdv = -15 | |||
| guard = All | |||
| description = Mini Launcher. | |||
}} | |||
}} | |||
[[Category:Project_Justice]]</noinclude> | [[Category:Project_Justice]]</noinclude> |
Revision as of 23:10, 13 April 2021
! height="25px" | Damage ! Startup ! Active ! Recovery ! Hit Adv ! Block Adv ! Guard |-
| height="25px"| - | - | - | - | - | - | - |-
Usage
For Project Justice movelists, replaces Template:PJMoveListRow.
Examples
Source Code Example 1:
{{MoveData | name = Crouching Strong Punch | input = d.HP | subtitle = {{Motion|d}}{{Icon-PJ|HP}} | image = PJ_Akira_dHP.png | caption = Placeholder caption | linkname = 2HP | data = {{AttackData-PJ | damage = 11 | startup = 15 | active = | recovery = 37 | hitAdv = | blockAdv = -15 | guard = All | description = Mini Launcher. }} }}
Output 1:
Damage | Startup | Active | Recovery | Hit Adv | Block Adv | Guard |
---|---|---|---|---|---|---|
11 | 15 | - | 37 | - | -15 | All |
Mini Launcher. |