Template:MoveCardSimple: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="move-card-container" style="display: flex; align-items: flex-start; gap: 15px; border: 3px solid #444; border-radius: 8px; background-color: #222; padding: 15px; margin-bottom: 2em; box-shadow: 0 0 10px rgba(0,0,0,0.6); color: #fff;"> | <div class="move-card-container" style="display: flex; align-items: flex-start; gap: 15px; border: 3px solid #444; border-radius: 8px; background-color: #222; padding: 15px; margin-bottom: 2em; box-shadow: 0 0 10px rgba(0,0,0,0.6); color: #fff;"> | ||
<div style="display: flex; | <div style="display: flex; flex-direction: column; align-items: center; min-width: 150px;"> | ||
<h2 style="margin: 0 | <h2 style="margin: 0 0 10px 0; text-align: center;">{{{title|Move Title}}}</h2> | ||
</div> | </div> | ||
<div class="move-data" style="flex-grow: 1;"> | <div class="move-data" style="flex-grow: 1;"> | ||
{| class="wikitable" style="width: 100%; table-layout: fixed; font-size: 90%; background-color: transparent; border: none; margin: 0;" | |||
|- | |||
! style="width:14%; text-align: center; border: none; color: #fff;" | Startup | |||
! style="width:14%; text-align: center; border: none; color: #fff;" | Hit Level | |||
! style="width:20%; text-align: center; border: none; color: #fff;" | Properties | |||
! style="width:14%; text-align: center; border: none; color: #fff;" | On Block | |||
! style="width:14%; text-align: center; border: none; color: #fff;" | On Hit | |||
! style="width:14%; text-align: center; border: none; color: #fff;" | On Counter | |||
|- | |||
| style="text-align: center; border: none; color: {{{startup-color|white}}};" | {{{startup|—}}} | |||
| style="text-align: center; border: none; color: #fff;" | {{{hitlevel|—}}} | |||
| style="text-align: center; border: none; color: #fff;" | {{{properties|—}}} | |||
| style="text-align: center; border: none; color: {{{onblock-color|white}}};" | {{{onblock|—}}} | |||
| style="text-align: center; border: none; color: {{{onhit-color|white}}};" | {{{onhit|—}}} | |||
| style="text-align: center; border: none; color: {{{oncounter-color|white}}};" | {{{oncounter|—}}} | |||
|} | |||
</div> | |||
</div> | </div> |
Latest revision as of 20:19, 4 September 2025
Move Title
Startup | Hit Level | Properties | On Block | On Hit | On Counter |
---|---|---|---|---|---|
— | — | — | — | — | — |