Template:MoveDataIcon/doc: Difference between revisions

Template page
 
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Uses TemplateStyles|MoveDataIcon/style.css}}
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|MoveData}}'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 ==
== Usage ==


<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
{{MoveData
{{Move
|...
|...
|notes={{Plainlist|
|notes={{Plainlist|
Line 36: Line 34:
== 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|Tailspin}} || <code>tailspin</code> || {{Tailspin}}
| {{tl|ReversalBreak}} || <code>reversal-break</code> || {{ReversalBreak}}
|-
| {{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|FB}} || <code>floor-break</code> || {{FB}}
| {{tl|WB}}<ref name="tekken7"/> || <code>wall-bounce</code> || {{WB}}
|-
|-
| {{tl|Spike}} || <code>spike</code> || {{Spike}}
| {{tl|Spike}} || <code>spike</code> || {{Spike}}
|-
|-
| {{tl|WB}} || <code>wall-bounce</code> || {{WB}}
| {{tl|FB}} || <code>floor-break</code> || {{FB}}
|-
|-
| {{tl|Limb}} || <code>limb</code> || {{Limb}}
| {{tl|Tip}} || <code>tip</code> || {{Tip}}
|-
|-
| {{tl|Weapon}} || <code>limb</code> || {{Weapon}}
| {{tl|Weapon}} || <code>tip</code> || {{Weapon}}
|-
|-
| {{tl|Elbow}} || <code>limb</code> || {{Elbow}}
| {{tl|Elbow}} || <code>tip</code> || {{Elbow}}
|-
|-
| {{tl|Knee}} || <code>limb</code> || {{Knee}}
| {{tl|Knee}} || <code>tip</code> || {{Knee}}
|-
|-
| {{tl|Head}} || <code>limb</code> || {{Head}}
| {{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.

Common
Template Class Render
{{HeatEngager}} heat
Heat Engager
{{HeatDash}} heat
Heat Dash +x on hit, +y on block
{{HeatSmash}} heat
Heat Smash
{{HeatBurst}} heat
Heat Burst
{{RageArt}} rage-art
Rage Art
{{RecoverableHealthRemoval}} recoverable-gauge
Removes Recoverable Health
{{Tornado}} tornado
Tornado
{{SAT}} sat
Strong Aerial Tailspin
{{Tailspin}}[1] tailspin
Tailspin
{{Homing}} homing
Homing
{{ReversalBreak}} reversal-break
Reversal Break
{{GuardBreak}} guard-break
Guard Break
{{BB}} balcony-break
Balcony Break
{{WallCrush}} wall-crush
Wall Crush +x on hit
{{WB}}[1] wall-bounce
Wall Bounce
{{Spike}} spike
Spike
{{FB}} floor-break
Floor Break
{{Tip}} tip
{{{1}}}
{{Weapon}} tip
Weapon
{{Elbow}} tip
Elbow
{{Knee}} tip
Knee
{{Head}} tip
Head
  1. 1.0 1.1 Tekken 7 only