More actions
EmissaryFGC (talk | contribs) Created page with "<div class="movelistentry">{{{movename}}}<span style="float: right;">{{{input}}}</span></div> <div class="movelistdesc">{{{description}}}</div> <noinclude> <templatedata> { "params": { "movename": { "label": "Move Name", "description": "The name of the special move/other move.", "example": "Hadoken", "type": "unknown", "required": true }, "input": { "label": "Input", "description": "The input of the special move/other move.", "example": "23..." |
EmissaryFGC (talk | contribs) No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="movelistentry">{{{movename}}}<span style="float: right;">{{{input}}}</span></div> | <includeonly><!-- | ||
--><div class="movelistentry">{{{movename}}}<span style="float: right;">{{{input}}}</span></div> | |||
<div class="movelistdesc">{{{description}}}</div> | <div class="movelistdesc">{{{description}}}</div> | ||
<noinclude> | <templatestyles src="Template:Movelist/styles.css" /></includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 27: | Line 28: | ||
} | } | ||
}, | }, | ||
" | "format": "inline", | ||
" | "description": "See documentation below." | ||
} | } | ||
</templatedata> | </templatedata> | ||
{{doc}}{{clear}} | |||
</noinclude> | </noinclude> | ||
Latest revision as of 19:07, 1 October 2024
See documentation below.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Move Name | movename | The name of the special move/other move.
| Unknown | required |
| Input | input | The input of the special move/other move.
| Unknown | required |
| Description | description | A description of what the move does.
| Unknown | required |
A single move that fits into the body of Template:Generic Movelist. Call as many times as needed until the movelist is filled out.