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
 
Line 6: Line 6:


   <div class="move-data" style="flex-grow: 1;">
   <div class="move-data" style="flex-grow: 1;">
     <table style="width: 100%; table-layout: fixed; 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;"
      <colgroup>
    |-
        <col style="width: 14%;">
    ! style="width:14%; text-align: center; border: none; color: #fff;" | Startup
        <col style="width: 14%;">
    ! style="width:14%; text-align: center; border: none; color: #fff;" | Hit Level
        <col style="width: 20%;">
    ! style="width:20%; text-align: center; border: none; color: #fff;" | Properties
        <col style="width: 14%;">
    ! style="width:14%; text-align: center; border: none; color: #fff;" | On Block
        <col style="width: 14%;">
    ! style="width:14%; text-align: center; border: none; color: #fff;" | On Hit
        <col style="width: 14%;">
    ! style="width:14%; text-align: center; border: none; color: #fff;" | On Counter
      </colgroup>
    |-
      <thead>
    | style="text-align: center; border: none; color: {{{startup-color|white}}};" | {{{startup|—}}}
        <tr>
    | style="text-align: center; border: none; color: #fff;" | {{{hitlevel|—}}}
          <th style="border: none; padding: 8px 12px; text-align: center;">Startup</th>
    | style="text-align: center; border: none; color: #fff;" | {{{properties|—}}}
          <th style="border: none; padding: 8px 12px; text-align: center;">Hit Level</th>
    | style="text-align: center; border: none; color: {{{onblock-color|white}}};" | {{{onblock|—}}}
          <th style="border: none; padding: 8px 12px; text-align: center;">Properties</th>
    | style="text-align: center; border: none; color: {{{onhit-color|white}}};" | {{{onhit|—}}}
          <th style="border: none; padding: 8px 12px; text-align: center;">On Block</th>
    | style="text-align: center; border: none; color: {{{oncounter-color|white}}};" | {{{oncounter|—}}}
          <th style="border: none; padding: 8px 12px; text-align: center;">On Hit</th>
     |}
          <th style="border: none; padding: 8px 12px; text-align: center;">On Counter</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td style="color: {{{startup-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{startup|—}}}</td>
          <td style="border: none; padding: 8px 12px; text-align: center;">{{{hitlevel|—}}}</td>
          <td style="border: none; padding: 8px 12px; text-align: center;">{{{properties|—}}}</td>
          <td style="color: {{{onblock-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{onblock|—}}}</td>
          <td style="color: {{{onhit-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{onhit|—}}}</td>
          <td style="color: {{{oncounter-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{oncounter|—}}}</td>
        </tr>
      </tbody>
     </table>
   </div>
   </div>
</div>
</div>

Latest revision as of 20:19, 4 September 2025

Move Title

Startup Hit Level Properties On Block On Hit On Counter