(→Usage) |
(add 'recursive' param) |
||
Line 12: | Line 12: | ||
{{MoveGet|Bryan-1+3+4|hit}} | {{MoveGet|Bryan-1+3+4|hit}} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Parameters == | |||
{| class="wikitable" | |||
! Parameter !! Required !! Description | |||
|- | |||
| Unnamed | |||
| {{Ya}} | |||
| Move id. | |||
|- | |||
| Unnamed | |||
| {{Ya}} | |||
| Field of the move. See [[Template:Move#Parameters]]. | |||
|- | |||
| <code>recursive</code> | |||
| | |||
| Set to <code>true</code> if you want to get values from previous moves in the string. | |||
|} |
Revision as of 17:32, 7 November 2023
This template uses Cargo: | |
This template uses Lua: | |
This page is for Tekken 8. For Tekken 7, see Template:MoveGet7.
This will get one field of a move.
Related templates
- {{Move}} - show detailed information for a move and store it in a cargo table.
- {{MoveQuery}} - show detailed information for an already defined move.
- {{MoveGet}} - get one field of an already defined move.
- {{MoveInherit}} - create a new move based on an already defined move. Primary usage - inherit properties of a generic move.
- {{PunisherTable}} - show information for character punishers and store them in a cargo table. Depends on the data defined by {{Move}}.
- {{PunishmentChart}} - display a chart of punishment damage for a character. Depends on the data defined by {{PunisherTable}}.
- {{WhiffPunisherTable}} - show information for character whiff punishers. Depends on the data defined by {{Move}}.
Usage
{{MoveGet|Bryan-1+3+4|hit}}
Parameters
Parameter | Required | Description |
---|---|---|
Unnamed | ✔︎ | Move id. |
Unnamed | ✔︎ | Field of the move. See Template:Move#Parameters. |
recursive
|
Set to true if you want to get values from previous moves in the string.
|