Template:MovesTable: Difference between revisions

From Official Kynseed Wiki from PixelCount Studios
Jump to navigation Jump to search
(Created page with "<table class="styled-table"> <tr class="table-header"> <th>Animation</th> <th>Name</th> <th>Description</th> </tr> {{#if: {{{move1name|}}}| <tr class="table-row"> {{#if: {{{move1file|}}}|<td>[[{{{move1file|}}}]]</td>|<td></td>}} <td>{{{move1name}}}</td> <td>{{{move1desc}}}</td> </tr> |}} </table>")
 
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 6: Line 6:
</tr>
</tr>


{{#if: {{{move1name|}}}|
{{#if: {{{move1name|}}} |
<tr class="table-row">
<tr class="table-row">
{{#if: {{{move1file|}}}|<td>[[{{{move1file|}}}]]</td>|<td></td>}}
<td class="center">{{#if: {{{move1file|}}} | [[File:{{{move1file}}}]] |}}</td>
<td>{{{move1name}}}</td>
<td>{{{move1name}}}</td>
<td>{{{move1desc}}}</td>
<td>{{{move1desc|}}}</td>
</tr>
</tr>
|}}
}}
 
{{#if: {{{move2name|}}} |
<tr class="table-row">
<td class="center">{{#if: {{{move2file|}}} | [[File:{{{move2file}}}]] |}}</td>
<td>{{{move2name}}}</td>
<td>{{{move2desc|}}}</td>
</tr>
}}
 
{{#if: {{{move3name|}}} |
<tr class="table-row">
<td class="center">{{#if: {{{move3file|}}} | [[File:{{{move3file}}}]] |}}</td>
<td>{{{move3name}}}</td>
<td>{{{move3desc|}}}</td>
</tr>
}}
 
{{#if: {{{move4name|}}} |
<tr class="table-row">
<td class="center">{{#if: {{{move4file|}}} | [[File:{{{move4file}}}]] |}}</td>
<td>{{{move4name}}}</td>
<td>{{{move4desc|}}}</td>
</tr>
}}
</table>
</table>

Latest revision as of 10:06, 22 February 2024

Animation Name Description