RogerDodger (talk | contribs) (Created page with "{{Uses TemplateStyles|MoveDataIcon/style.css}} This template puts a little colored pip next to recurring elements in a {{tl|MoveData}}'s notes field to make them easier to se...") |
|||
(26 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
This template puts a little colored pip next to recurring elements in a {{tl|Move}}'s notes field to make them easier to search and scan for in movelists. Derivative templates are used to handle the most common uses. | |||
This template puts a little colored pip next to recurring elements in a {{tl| | |||
== Usage == | == Usage == | ||
<syntaxhighlight lang="html"> | <syntaxhighlight lang="html"> | ||
{{ | {{Move | ||
|... | |... | ||
|notes={{Plainlist| | |notes={{Plainlist| | ||
Line 31: | Line 29: | ||
| <code>1</code> | | <code>1</code> | ||
| <code><nowiki>{{{1}}}</nowiki></code> | | <code><nowiki>{{{1}}}</nowiki></code> | ||
| | | Text to show next to the pip. | ||
|} | |} | ||
== Table of subtemplates == | == Table of subtemplates == | ||
When a move has multiple of these, they should be at the top of the notes in the same order as below. | |||
<div style="display: flex; gap: 0 1em; flex-flow: row wrap;"> | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ Common | |||
! Template !! Class !! Render | ! Template !! Class !! Render | ||
|- | |||
| {{tl|HeatEngager}} || <code>heat</code> || {{HeatEngager}} | |||
|- | |||
| {{tl|HeatDash}} || <code>heat</code> || {{HeatDash|+x on hit, +y on block}} | |||
|- | |||
| {{tl|HeatSmash}} || <code>heat</code> || {{HeatSmash}} | |||
|- | |||
| {{tl|HeatBurst}} || <code>heat</code> || {{HeatBurst}} | |||
|- | |||
| {{tl|RageArt}} || <code>rage-art</code> || {{RageArt}} | |||
|- | |||
| {{tl|RecoverableHealthRemoval}} || <code>recoverable-gauge</code> || {{RecoverableHealthRemoval}} | |||
|- | |||
| {{tl|Tornado}} || <code>tornado</code> || {{Tornado}} | |||
|- | |||
| {{tl|SAT}} || <code>sat</code> || {{SAT}} | |||
|- | |||
| {{tl|Tailspin}}<ref name="tekken7">Tekken 7 only</ref> || <code>tailspin</code> || {{Tailspin}} | |||
|- | |- | ||
| {{tl|Homing}} || <code>homing</code> || {{Homing}} | | {{tl|Homing}} || <code>homing</code> || {{Homing}} | ||
|- | |- | ||
| {{tl| | | {{tl|ReversalBreak}} || <code>reversal-break</code> || {{ReversalBreak}} | ||
|- | |- | ||
| {{tl| | | {{tl|GuardBreak}} || <code>guard-break</code> || {{GuardBreak}} | ||
|- | |||
| {{tl|BB}} || <code>balcony-break</code> || {{BB}} | |||
|- | |||
| {{tl|WallCrush}} || <code>wall-crush</code> || {{WallCrush|+x on hit}} | |||
|- | |||
| {{tl|WB}}<ref name="tekken7"/> || <code>wall-bounce</code> || {{WB}} | |||
|- | |- | ||
| {{tl|Spike}} || <code>spike</code> || {{Spike}} | | {{tl|Spike}} || <code>spike</code> || {{Spike}} | ||
|- | |- | ||
| {{tl| | | {{tl|FB}} || <code>floor-break</code> || {{FB}} | ||
|- | |||
| {{tl|Tip}} || <code>tip</code> || {{Tip}} | |||
|- | |- | ||
| {{tl| | | {{tl|Weapon}} || <code>tip</code> || {{Weapon}} | ||
|- | |- | ||
| {{tl| | | {{tl|Elbow}} || <code>tip</code> || {{Elbow}} | ||
|- | |- | ||
| {{tl| | | {{tl|Knee}} || <code>tip</code> || {{Knee}} | ||
|- | |- | ||
| {{tl| | | {{tl|Head}} || <code>tip</code> || {{Head}} | ||
|} | |} | ||
</div> | |||
<references/> |
Latest revision as of 06:42, 5 October 2024
This template puts a little colored pip next to recurring elements in a {{Move}}'s notes field to make them easier to search and scan for in movelists. Derivative templates are used to handle the most common uses.
Usage
{{Move
|...
|notes={{Plainlist|
* {{Homing}}
* {{Weapon}}
}}
}}
Parameters
Parameter | Default | Description |
---|---|---|
color
|
{{{color}}}
|
What color the pip is. Available colors are red , orange , yellow , green , teal , blue , and purple .
|
class
|
Extra class name for the container. Can be useful for search purposes. | |
1
|
{{{1}}}
|
Text to show next to the pip. |
Table of subtemplates
When a move has multiple of these, they should be at the top of the notes in the same order as below.
Template | Class | Render |
---|---|---|
{{HeatEngager}} | heat |
|
{{HeatDash}} | heat |
|
{{HeatSmash}} | heat |
|
{{HeatBurst}} | heat |
|
{{RageArt}} | rage-art |
|
{{RecoverableHealthRemoval}} | recoverable-gauge |
|
{{Tornado}} | tornado |
|
{{SAT}} | sat |
|
{{Tailspin}}[1] | tailspin |
|
{{Homing}} | homing |
|
{{ReversalBreak}} | reversal-break |
|
{{GuardBreak}} | guard-break |
|
{{BB}} | balcony-break |
|
{{WallCrush}} | wall-crush |
|
{{WB}}[1] | wall-bounce |
|
{{Spike}} | spike |
|
{{FB}} | floor-break |
|
{{Tip}} | tip |
|
{{Weapon}} | tip |
|
{{Elbow}} | tip |
|
{{Knee}} | tip |
|
{{Head}} | tip |