Template:T5Character: Difference between revisions

Template page
No edit summary
No edit summary
Line 7: Line 7:
         <!-- 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 #333333; padding-bottom: 10px;">Overview</h1>
             <p style="color: #ccc; font-size: 1rem;">
             <p style="color: #ccc; font-size: 1rem;">
                 {{{Overview}}}
                 {{{Overview}}}
             </p>
             </p>
         </div>
         </div>
       
<!-- Strengths and Weaknesses Section (2 columns) -->
<div style="display: flex; flex-wrap: wrap; gap: 0.25rem; margin-top: 1rem;">
    <!-- Strengths 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;">Strengths</h3>
        <ul style="color: #ccc; font-size: 1rem; margin: 0;">
            {{{Strengths}}}
        </ul>
    </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>


        <!-- Strengths and Weaknesses -->
        <div style="display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1rem;">
            <!-- Strengths Section -->
            <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;">Strengths</h3>
                <ul style="color: #ccc; font-size: 1rem;">
                    {{{Strengths}}}
                </ul>
            </div>


            <!-- Weaknesses Section -->
            <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;">Weaknesses</h3>
                <ul style="color: #ccc; font-size: 1rem;">
                    {{{Weaknesses}}}
                </ul>
            </div>
        </div>


     </div>
     </div>

Revision as of 00:11, 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}}}


Key Moves

    {{{KeyMoves}}}

Key Techniques

    {{{KeyTechniques}}}