Template:MoveInfo: Difference between revisions
Jump to navigation
Jump to search
Fandom Import>KasaneTetoLover No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 25: | Line 25: | ||
</div> | </div> | ||
{{#if:{{{description|}}}|<div class="move-description" style="margin-top: 10px; padding: 8px; background: #222; border-left: 3px solid #ffcc00; font-size: 0.9em; line-height: 1.4;">{{{description}}}</div>}} | {{#if:{{{description|}}}|<div class="move-description" style="margin-top: 10px; padding: 8px; background: #222; border-left: 3px solid #ffcc00; font-size: 0.9em; line-height: 1.4;">{{{description}}}</div>}} | ||
</div> | </div><noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { "label": "Move Name", "type": "string", "suggested": true }, | |||
"key": { "label": "Key/Input", "type": "string", "suggested": true }, | |||
"image": { "label": "Image (GIF/PNG)", "type": "wiki-file-name", "suggested": true }, | |||
"startup": { "label": "Startup (Ticks)", "type": "number", "suggested": true }, | |||
"active": { "label": "Active (Display)", "type": "string", "suggested": true }, | |||
"active_num": { "label": "Active (Number Only for Math)", "type": "number", "suggested": true }, | |||
"recovery": { "label": "Recovery (Ticks)", "type": "number", "suggested": true }, | |||
"damage": { "label": "Damage", "type": "string", "suggested": true }, | |||
"knockback": { "label": "Knockback", "type": "string", "suggested": true }, | |||
"adv_hit": { "label": "Adv. on Hit", "type": "string", "suggested": true }, | |||
"adv_block": { "label": "Adv. on Block", "type": "string", "suggested": true }, | |||
"distance": { "label": "Distance", "type": "string", "suggested": true }, | |||
"description": { "label": "Description", "type": "string", "suggested": true } | |||
}, | |||
"description": "Template for displaying move stats, frame data, and descriptions.", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 16:10, 27 April 2026
{{{name}}} [{{{key}}}]
Template for displaying move stats, frame data, and descriptions.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Move Name | name | no description | String | suggested |
| Key/Input | key | no description | String | suggested |
| Image (GIF/PNG) | image | no description | File | suggested |
| Startup (Ticks) | startup | no description | Number | suggested |
| Active (Display) | active | no description | String | suggested |
| Active (Number Only for Math) | active_num | no description | Number | suggested |
| Recovery (Ticks) | recovery | no description | Number | suggested |
| Damage | damage | no description | String | suggested |
| Knockback | knockback | no description | String | suggested |
| Adv. on Hit | adv_hit | no description | String | suggested |
| Adv. on Block | adv_block | no description | String | suggested |
| Distance | distance | no description | String | suggested |
| Description | description | no description | String | suggested |