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

Template:MoveCard: Difference between revisions

Template page
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-image" style="flex-shrink: 0;">
  <div class="move-card" style="display: flex; align-items: flex-start; gap: 15px;">
    [[File:{{{image|Placeholder.png}}}|210px]]
    <div class="move-image" style="flex-shrink: 0;">
  </div>
      [[File:{{{image|Placeholder.png}}}|210px]]
  <div class="move-data" style="flex-grow: 1;">
    </div>
    <table class="wikitable" style="width: 100%; border-collapse: collapse;">
    <div class="move-data" style="flex-grow: 1;">
      <tr>
      <table class="wikitable" style="width: 100%; border-collapse: collapse;">
        <th>Startup</th>
        <tr>
        <th>Hit Level</th>
          <th>Startup</th>
        <th>Properties</th>
          <th>Hit Level</th>
        <th>On Block</th>
          <th>Properties</th>
        <th>On Hit</th>
          <th>On Block</th>
        <th>On Counter</th>
          <th>On Hit</th>
      </tr>
          <th>On Counter</th>
      <tr>
        </tr>
        <td style="color:{{#switch:{{{startup-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{startup|—}}}</td>
        <tr>
        <td>{{{hitlevel|—}}}</td>
          <td style="color:{{#switch:{{{startup-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{startup|—}}}</td>
        <td>{{{properties|—}}}</td>
          <td>{{{hitlevel|—}}}</td>
        <td style="color:{{#switch:{{{onblock-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{onblock|—}}}</td>
          <td>{{{properties|—}}}</td>
        <td style="color:{{#switch:{{{onhit-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{onhit|—}}}</td>
          <td style="color:{{#switch:{{{onblock-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{onblock|—}}}</td>
        <td style="color:{{#switch:{{{oncounter-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{oncounter|—}}}</td>
          <td style="color:{{#switch:{{{onhit-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{onhit|—}}}</td>
      </tr>
          <td style="color:{{#switch:{{{oncounter-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{oncounter|—}}}</td>
    </table>
        </tr>
    <p class="description" style="margin-top: 10px; font-style: italic;">{{{description|No description provided.}}}</p>
      </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.