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
 
(55 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="move-card-container">
<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" style="display: flex; align-items: flex-start; gap: 15px;">
 
    <div class="move-image" style="flex-shrink: 0;">
  <!-- Title + Image Column -->
      [[File:{{{image|Placeholder.png}}}|210px]]
  <div style="display: flex; flex-direction: column; align-items: center;">
    </div>
    <h2 style="margin: 0 0 10px 0;">{{{title|Move Title}}}</h2>
    <div class="move-data" style="flex-grow: 1;">
    [[File:{{{image|Placeholder.gif}}}|center|link=]]
      <table class="wikitable" style="width: 100%; border-collapse: collapse;">
  </div>
        <tr>
 
          <th>Startup</th>
 
          <th>Hit Level</th>
  <div class="move-data" style="flex-grow: 1;">
          <th>Properties</th>
    <table style="width: 100%; border-collapse: collapse; font-size: 90%; border: none;">
          <th>On Block</th>
      <tr>
          <th>On Hit</th>
        <th style="border: none; padding: 8px 12px; text-align: center;">Startup</th>
          <th>On Counter</th>
        <th style="border: none; padding: 8px 12px; text-align: center;">Hit Level</th>
        </tr>
        <th style="border: none; padding: 8px 12px; text-align: center;">Properties</th>
        <tr>
        <th style="border: none; padding: 8px 12px; text-align: center;">On Block</th>
          <td style="color:{{#switch:{{{startup-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{startup|—}}}</td>
        <th style="border: none; padding: 8px 12px; text-align: center;">On Hit</th>
          <td>{{{hitlevel|—}}}</td>
        <th style="border: none; padding: 8px 12px; text-align: center;">On Counter</th>
          <td>{{{properties|—}}}</td>
      </tr>
          <td style="color:{{#switch:{{{onblock-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{onblock|—}}}</td>
      <tr>
          <td style="color:{{#switch:{{{onhit-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{onhit|—}}}</td>
        <td style="color: {{{startup-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{startup|—}}}</td>
          <td style="color:{{#switch:{{{oncounter-color|white}}}|red=#ff4d4d|green=#5cd65c|yellow=#ffcc00|white=#ffffff|#ffffff}}">{{{oncounter|—}}}</td>
        <td style="border: none; padding: 8px 12px; text-align: center;">{{{hitlevel|—}}}</td>
        </tr>
        <td style="border: none; padding: 8px 12px; text-align: center;">{{{properties|—}}}</td>
      </table>
        <td style="color: {{{onblock-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{onblock|—}}}</td>
      <p class="description" style="margin-top: 10px; font-style: italic;">{{{description|No description provided.}}}</p>
        <td style="color: {{{onhit-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{onhit|—}}}</td>
    </div>
        <td style="color: {{{oncounter-color|white}}}; border: none; padding: 8px 12px; text-align: center;">{{{oncounter|—}}}</td>
      </tr>
    </table>
 
    <p style="margin-top: 12px; font-style: italic; color: #ccc;">{{{description|No description provided.}}}</p>
   </div>
   </div>
</div>
</div>

Latest revision as of 20:11, 3 September 2025


Startup Hit Level Properties On Block On Hit On Counter

No description provided.