Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:MoveCardSimple: Difference between revisions

Template page
No edit summary
No edit summary
 
(2 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; flex-direction: column; align-items: center;">
   <div style="display: flex; flex-direction: column; align-items: center; min-width: 150px;">
     <h2 style="margin: 0 0 10px 0;">{{{title|Move Title}}}</h2>
     <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;">
     <table style="width: 100%; border-collapse: collapse; font-size: 90%; border: none;">
     {| class="wikitable" style="width: 100%; table-layout: fixed; font-size: 90%; background-color: transparent; border: none; margin: 0;"
      <tr>
    |-
        <th style="border: none; padding: 8px 12px; text-align: center;">Startup</th>
    ! style="width:14%; text-align: center; border: none; color: #fff;" | Startup
        <th style="border: none; padding: 8px 12px; text-align: center;">Hit Level</th>
    ! style="width:14%; text-align: center; border: none; color: #fff;" | Hit Level
        <th style="border: none; padding: 8px 12px; text-align: center;">Properties</th>
    ! style="width:20%; text-align: center; border: none; color: #fff;" | Properties
        <th style="border: none; padding: 8px 12px; text-align: center;">On Block</th>
    ! style="width:14%; text-align: center; border: none; color: #fff;" | On Block
        <th style="border: none; padding: 8px 12px; text-align: center;">On Hit</th>
    ! style="width:14%; text-align: center; border: none; color: #fff;" | On Hit
        <th style="border: none; padding: 8px 12px; text-align: center;">On Counter</th>
    ! style="width:14%; text-align: center; border: none; color: #fff;" | On Counter
      </tr>
    |-
      <tr>
    | style="text-align: center; border: none; color: {{{startup-color|white}}};" | {{{startup|—}}}
        <td style="color: {{{startup-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{startup|—}}}</td>
    | style="text-align: center; border: none; color: #fff;" | {{{hitlevel|—}}}
        <td style="border: none; padding: 8px 12px; text-align: center;">{{{hitlevel|—}}}</td>
    | style="text-align: center; border: none; color: #fff;" | {{{properties|—}}}
        <td style="border: none; padding: 8px 12px; text-align: center;">{{{properties|—}}}</td>
    | style="text-align: center; border: none; color: {{{onblock-color|white}}};" | {{{onblock|—}}}
        <td style="color: {{{onblock-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{onblock|—}}}</td>
    | style="text-align: center; border: none; color: {{{onhit-color|white}}};" | {{{onhit|—}}}
        <td style="color: {{{onhit-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{onhit|—}}}</td>
    | style="text-align: center; border: none; color: {{{oncounter-color|white}}};" | {{{oncounter|—}}}
        <td style="color: {{{oncounter-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{oncounter|—}}}</td>
    |}
      </tr>
  </div>
    </table>


    <p style="margin-top: 12px; font-style: italic; color: #ccc;">{{{description|No description provided.}}}</p>
  </div>
</div>
</div>

Latest revision as of 20:19, 4 September 2025

Move Title

Startup Hit Level Properties On Block On Hit On Counter