Template:T5Character: Difference between revisions

Template page
No edit summary
No edit summary
Line 13: Line 13:
         </div>
         </div>
          
          
<!-- Strengths and Weaknesses Section (2 columns) -->
        <!-- Strengths and Weaknesses Section (2 columns) -->
<div style="display: flex; flex-wrap: wrap; gap: 0.25rem; margin-top: 1rem;">
        <div style="display: flex; flex-wrap: wrap; gap: 0.25rem; margin-top: 1rem;">
    <!-- Strengths Column -->
            <!-- Strengths Column -->
    <div style="flex: 1 1 48%; background-color: #1a1a1a; padding: 1rem; border-radius: 6px;">
            <div style="flex: 1 1 48%; background-color: #1a1a1a; padding: 1rem; border-radius: 6px;">
        <h3 style="font-size: 1.25rem; color: #ccc; text-align: center; border-bottom: 2px solid #333333; padding-bottom: 10px;">Strengths</h3>
                <h3 style="font-size: 1.25rem; color: #ccc; text-align: center; border-bottom: 2px solid #333333; padding-bottom: 10px;">Strengths</h3>
        <ul style="color: #ccc; font-size: 1rem; margin: 0;">
                <ul style="color: #ccc; font-size: 1rem; margin: 0;">
            {{{Strengths}}}
                    {{{Strengths}}}
        </ul>
                </ul>
    </div>
             </div>
 
    <!-- Weaknesses Column -->
    <div style="flex: 1 1 48%; background-color: #1a1a1a; padding: 1rem; border-radius: 6px;">
        <h3 style="font-size: 1.25rem; color: #ccc; text-align: center; border-bottom: 2px solid #333333; padding-bottom: 10px;">Weaknesses</h3>
        <ul style="color: #ccc; font-size: 1rem; margin: 0;">
             {{{Weaknesses}}}
        </ul>
    </div>
</div>
 


            <!-- Weaknesses Column -->
            <div style="flex: 1 1 48%; background-color: #1a1a1a; padding: 1rem; border-radius: 6px;">
                <h3 style="font-size: 1.25rem; color: #ccc; text-align: center; border-bottom: 2px solid #333333; padding-bottom: 10px;">Weaknesses</h3>
                <ul style="color: #ccc; font-size: 1rem; margin: 0;">
                    {{{Weaknesses}}}
                </ul>
            </div>
        </div>


     </div>
     </div>
Line 39: Line 37:
     <div style="flex-shrink: 0; width: 100%; max-width: 300px; background-color: #1a1a1a; padding: 1rem; border-radius: 8px; border: 1px solid #1a1a1a; min-height: 100px;">
     <div style="flex-shrink: 0; width: 100%; max-width: 300px; background-color: #1a1a1a; padding: 1rem; border-radius: 8px; border: 1px solid #1a1a1a; min-height: 100px;">
       <h4 style="font-family: 'Arial Black', Gadget, sans-serif; font-size: 1rem; color: #ccc; text-align: center; border-bottom: 2px solid #333333; padding-bottom: 10px;">{{{name}}}</h4>
       <h4 style="font-family: 'Arial Black', Gadget, sans-serif; font-size: 1rem; color: #ccc; text-align: center; border-bottom: 2px solid #333333; padding-bottom: 10px;">{{{name}}}</h4>
      <div style="min-width: 300px; padding: 0.5rem; overflow: auto; margin-left: 1rem;">
        <table class="t5-infobox" style="font-size: 0.85em; background-color: transparent; border: none; width: 100%; table-layout: fixed;">
          <tr>
            <td colspan="2" style="text-align:center; background-color: inherit; border: none;">
              [[File:{{{image}}}|250x300px]]
            </td>
          </tr>
          <tr>
            <td style="font-weight: bold; border: none;">Archetype</td>
            <td style="border: none;">{{{Archetype}}}</td>
          </tr>
          {{#if:{{{Stances}}}|
          <tr>
            <td style="font-weight: bold; border: none;">Stances</td>
            <td style="border: none;">{{{Stances}}}</td>
          </tr>
          }}
          <tr>
            <td style="font-weight: bold; border: none;">Fastest Launch</td>
            <td style="border: none;">{{{Fastestlaunch}}}</td>
          </tr>
          <tr>
            <td style="font-weight: bold; border: none;">CH Launch</td>
            <td style="border: none;">{{{FastestCHlaunch}}}</td>
          </tr>
          <tr>
            <td style="font-weight: bold; border: none;">Wall Splat</td>
            <td style="border: none;">{{{Fastestwallsplat}}}</td>
          </tr>
          {{#if:{{{Parry}}}|
          <tr>
            <td style="font-weight: bold; border: none;">Parry</td>
            <td style="border: none;">{{{Parry}}}</td>
          </tr>
          }}
          <tr>
            <th colspan="2" style="text-align: center; background-color: #444444; font-size: 1.2em; font-weight: bold;">Archetypal Moves</th>
          </tr>
          <tr>
            <td style="font-weight: bold; border: none;">Mid Check</td>
            <td style="border: none;">{{{MidCheck}}}</td>
          </tr>
          {{#if:{{{Magic4}}}|
          <tr>
            <td style="font-weight: bold; border: none;">Magic 4</td>
            <td style="border: none;">{{{Magic4}}}</td>
          </tr>
          }}
          <!-- Add other archetypal moves here -->
          <tr>
            <th colspan="2" style="text-align: center; background-color: #555555; font-size: 1.2em; font-weight: bold;">Generic Moves</th>
          </tr>
          <tr>
            <td style="font-weight: bold; border: none;">Remapped Moves</td>
            <td style="border: none;">{{{remappedmoves}}}</td>
          </tr>
          <tr>
            <td style="font-weight: bold; border: none;">Missing Moves</td>
            <td style="border: none;">{{{missingmoves}}}</td>
          </tr>
        </table>
      </div>
     </div>
     </div>
</div>


<!-- Key Moves and Techniques Section (2 columns) -->
</div> <!-- End of Flex Container -->
 
<!-- Key Moves and Techniques Section (Move this section outside the flex container) -->
<div style="display: flex; flex-wrap: wrap; gap: 0.25rem; margin-top: 1rem;">
<div style="display: flex; flex-wrap: wrap; gap: 0.25rem; margin-top: 1rem;">
     <!-- Key Moves Column -->
     <!-- Key Moves Column -->

Revision as of 00:46, 24 April 2025

Template DocumentationEdit This Documentation
Template:T5Character/Documentation

This documentation is automatically transcluded from Template:T5Character/Documentation and is not included when this page is transcluded.

Overview

{{{Overview}}}

Strengths

    {{{Strengths}}}

Weaknesses

    {{{Weaknesses}}}

{{{name}}}

             [[File:{{{image}}}|250x300px]]
Archetype {{{Archetype}}}
Stances {{{Stances}}}
Fastest Launch {{{Fastestlaunch}}}
CH Launch {{{FastestCHlaunch}}}
Wall Splat {{{Fastestwallsplat}}}
Parry {{{Parry}}}
Archetypal Moves
Mid Check {{{MidCheck}}}
Magic 4 {{{Magic4}}}
Generic Moves
Remapped Moves {{{remappedmoves}}}
Missing Moves {{{missingmoves}}}

Key Moves

    {{{KeyMoves}}}

Key Techniques

    {{{KeyTechniques}}}