Template:T5Character: Difference between revisions

Template page
No edit summary
No edit summary
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{Documentation}}</noinclude>
<noinclude>{{Documentation}}</noinclude>
<div style="padding: 2px;">
<!-- Flex Container -->
<div style="display: flex; justify-content: space-between; margin-bottom: 1rem; flex-wrap: wrap; gap: 1rem;">
<div style="display: flex; justify-content: space-between; margin-bottom: 1rem; flex-wrap: wrap; gap: 1rem;">


Line 7: Line 10:
         <!-- Character Overview -->
         <!-- Character Overview -->
         <div style="background-color: #1a1a1a; padding: 1rem; border-radius: 8px; margin-bottom: 1rem;">
         <div style="background-color: #1a1a1a; padding: 1rem; border-radius: 8px; margin-bottom: 1rem;">
             <h2 style="font-size: 1.5rem; color: #ccc; text-align: center; border-bottom: 2px solid #333333; padding-bottom: 10px;">Overview</h2>
             <h1 style="font-size: 1.5rem; color: #ccc; text-align: center; border-bottom: 2px solid #333; padding-bottom: 10px;">Overview</h1>
             <p style="color: #ccc; font-size: 1rem;">
             <p style="color: #ccc; font-size: 1rem;">{{{Overview}}}</p>
                {{{Overview}}}
            </p>
         </div>
         </div>
<h2 style="display:none;">Strengths and Weaknesses</h2>


         <!-- Strengths and Weaknesses -->
         <!-- Strengths and Weaknesses -->
         <div style="display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1rem;">
         <div style="display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem;">
            <!-- Strengths Section -->
             <div style="flex: 1 1 48%; background-color: #1a1a1a; padding: 1rem; border-radius: 6px;">
             <div style="background-color: #1a1a1a; padding: 1rem; border-radius: 8px; width: 48%;">
                 <h3 style="font-size: 1.25rem; color: #ccc; text-align: center; border-bottom: 2px solid #333; 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;">{{{Strengths}}}</ul>
                 <ul style="color: #ccc; font-size: 1rem;">
                    {{{Strengths}}}
                </ul>
             </div>
             </div>
            <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 #333; padding-bottom: 10px;">Weaknesses</h3>
                <ul style="color: #ccc; font-size: 1rem; margin: 0;">{{{Weaknesses}}}</ul>
            </div>
        </div>
    </div>


            <!-- Weaknesses Section -->
    <!-- Infobox -->
            <div style="background-color: #1a1a1a; padding: 1rem; border-radius: 8px; width: 48%;">
    <div style="flex-shrink: 0; width: 100%; max-width: 360px; background-color: #1a1a1a; padding: 0; border-radius: 8px; margin: 0 auto;">
                <h3 style="font-size: 1.25rem; color: #ccc; text-align: center; border-bottom: 2px solid #333333; padding-bottom: 10px;">Weaknesses</h3>
        <div style="font-family: 'Arial Black', Gadget, sans-serif; font-size: 1.4rem; color: #ccc; text-align: center; border-bottom: 2px solid #333; font-weight: bold;">
                <ul style="color: #ccc; font-size: 1rem;">
{{{name}}}
                    {{{Weaknesses}}}
                </ul>
            </div>
         </div>
         </div>
        <div style="padding: 0rem; overflow: auto;">
<table class="t5-infobox" style="font-size: 0.9em; background-color: transparent; border: none; width: 100%; table-layout: fixed;">
<tr>
<td colspan="2" style="padding: 0; margin: 0; text-align: center; border: none;">
[[File:{{{image}}}|300x400px|link=|class=fill-img]]
</td>
</tr>
<tr>
  <td colspan="2" style="border-top: 2px solid #333; padding: 0;"></td>
</tr>


                <tr><td style="font-weight: bold;">Archetype</td><td>{{{Archetype}}}</td></tr>
                {{#if:{{{Stances}}}|<tr><td style="font-weight: bold;">Stances</td><td>{{{Stances}}}</td></tr>}}
                <tr><td style="font-weight: bold;">Fastest Launch</td><td>{{{Fastestlaunch}}}</td></tr>
                <tr><td style="font-weight: bold;">CH Launch</td><td>{{{FastestCHlaunch}}}</td></tr>
                <tr><td style="font-weight: bold;">Wall Splat</td><td>{{{Fastestwallsplat}}}</td></tr>
                {{#if:{{{Parry}}}|<tr><td style="font-weight: bold;">Parry</td><td>{{{Parry}}}</td></tr>}}
                <tr><th colspan="2" style="text-align: center; background-color: #444; font-size: 1.2em;">Archetypal Moves</th></tr>
                <tr><td style="font-weight: bold;">Mid Check</td><td>{{{MidCheck}}}</td></tr>
                {{#if:{{{Magic4}}}|<tr><td style="font-weight: bold;">Magic 4</td><td>{{{Magic4}}}</td></tr>}}
                <tr><th colspan="2" style="text-align: center; background-color: #555; font-size: 1.2em;">Generic Moves</th></tr>
                <tr><td style="font-weight: bold;">Remapped Moves</td><td>{{{remappedmoves}}}</td></tr>
                <tr><td style="font-weight: bold;">Missing Moves</td><td>{{{missingmoves}}}</td></tr>
            </table>
        </div>
     </div>
     </div>
</div>


    <!-- Infobox Section (Right Side) -->
<h2 style="display:none;">Character Core</h2>
     <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>
<!-- Combined Techniques + Moves -->
<div style="background-color: #1a1a1a; padding: 1rem; border-radius: 8px; margin-top: 1rem;">
     {{#if:{{{KeyTechniques}}}|<h3 style="font-size: 1.25rem; color: #ccc; text-align: left; border-bottom: 2px solid #333; padding-bottom: 10px;">Key Techniques</h3>}}
    <ul style="color: #ccc; font-size: 1rem; margin: 0;">{{{KeyTechniques}}}</ul>
 
    {{#if:{{{KeyMoves}}}|<h3 style="font-size: 1.25rem; color: #ccc; text-align: left; border-bottom: 2px solid #333; padding-bottom: 10px; margin-top: 1rem;">Key Moves</h3>}}
    <ul style="color: #ccc; font-size: 1rem; margin: 0;">{{{KeyMoves}}}</ul>
</div>
 
<h2 style="display:none;">Other</h2>
 
<!-- Outfits -->
{{#if:{{{Outfits}}}|
<div style="background-color: #1a1a1a; padding: 1rem; border-radius: 8px; margin-top: 1rem;">
    <h3 style="font-size: 1.25rem; color: #ccc; text-align: left; border-bottom: 2px solid #333; padding-bottom: 10px;">Outfits</h3>
     <ul style="color: #ccc; font-size: 1rem; margin: 0;">{{{Outfits}}}</ul>
</div>
</div>
}}


<!-- Key Moves and Techniques Section (2 columns) -->
<!-- Lore -->
<div style="display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem;">
{{#if:{{{Lore}}}|
    <!-- Key Moves Column -->
<div style="background-color: #1a1a1a; padding: 1rem; border-radius: 8px; margin-top: 1rem;">
    <div style="background-color: #1a1a1a; padding: 1rem; border-radius: 8px; width: 48%;">
    <h3 style="font-size: 1.25rem; color: #ccc; text-align: left; border-bottom: 2px solid #333; padding-bottom: 10px;">Lore</h3>
        <h3 style="font-size: 1.25rem; color: #ccc; text-align: center; border-bottom: 2px solid #333333; padding-bottom: 10px;">Key Moves</h3>
    <ul style="color: #ccc; font-size: 1rem; margin: 0;">{{{Lore}}}</ul>
        <ul style="color: #ccc; font-size: 1rem;">
</div>
            {{{KeyMoves}}}
}}
        </ul>
    </div>


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

Latest revision as of 02:20, 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 and Weaknesses

Strengths

    {{{Strengths}}}

Weaknesses

    {{{Weaknesses}}}

{{{name}}}

[[File:{{{image}}}|300x400px|link=|class=fill-img]]

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}}}

Character Core

Key Techniques

    {{{KeyTechniques}}}

Key Moves

    {{{KeyMoves}}}

Other

Outfits

    {{{Outfits}}}

Lore

    {{{Lore}}}