Template:MoveCard: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="move-card" style="display: flex; align-items: flex-start; gap: 15px;"> | <div class="move-card-container"> | ||
<div class="move-card" style="display: flex; align-items: flex-start; gap: 15px;"> | |||
<div class="move-image" style="flex-shrink: 0;"> | |||
[[File:{{{image|Placeholder.png}}}|210px]] | |||
</div> | |||
<div class="move-data" style="flex-grow: 1;"> | |||
<table class="wikitable" style="width: 100%; border-collapse: collapse;"> | |||
<tr> | |||
<th>Startup</th> | |||
<th>Hit Level</th> | |||
<th>Properties</th> | |||
<th>On Block</th> | |||
<th>On Hit</th> | |||
<th>On Counter</th> | |||
</tr> | |||
<tr> | |||
<td style="color:{{#switch:{{{startup-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{startup|—}}}</td> | |||
<td>{{{hitlevel|—}}}</td> | |||
<td>{{{properties|—}}}</td> | |||
<td style="color:{{#switch:{{{onblock-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{onblock|—}}}</td> | |||
<td style="color:{{#switch:{{{onhit-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{onhit|—}}}</td> | |||
<td style="color:{{#switch:{{{oncounter-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{oncounter|—}}}</td> | |||
</tr> | |||
</table> | |||
<p class="description" style="margin-top: 10px; font-style: italic;">{{{description|No description provided.}}}</p> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> |
Revision as of 12:50, 3 September 2025
Startup | Hit Level | Properties | On Block | On Hit | On Counter |
---|---|---|---|---|---|
— | — | — | — | — | — |
No description provided.