Template:T5Character: Difference between revisions

Template page
mNo edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<noinclude>{{Documentation}}</noinclude>
<!-- Subnav for the Character -->
{{Character Subnav T5|chara={{{CharacterName}}}}}
{{Character Subnav T5|chara={{{name}}}}}


<!-- Infobox Character (aligned right) -->
<div style="display: flex; justify-content: space-between; margin-bottom: 1rem; flex-wrap: wrap; gap: 1rem;">
<div style="max-width: 30%; padding: 0.5rem 1rem; float: right; margin-left: 1rem;">
{{Infobox Character T5
| name        = {{{name}}}
| image      = {{{image|}}}
| game        = Tekken 5
| origin      = {{{origin|}}}
| archetype  = {{{archetype|}}}
| tier        = {{{tier|}}}
| description = {{{description|}}}
| Stances    = {{{stances|}}}
| Fastestlaunch = {{{fastestlaunch|}}}
| FastestCHlaunch = {{{fastestCHlaunch|}}}
| Fastestwallsplat = {{{fastestwallsplat|}}}
| Parry      = {{{parry|}}}
| MidCheck    = {{{midcheck|}}}
| Magic4      = {{{magic4|}}}
| Hopkick    = {{{hopkick|}}}
| Orbital    = {{{orbital|}}}
| PowerLow    = {{{powerlow|}}}
| SnakeEdge  = {{{snakeedge|}}}
| ShadowCutter = {{{shadowcutter|}}}
| ClefCannon  = {{{clefcannon|}}}
}}
</div>


== Overview ==
    <!-- Main Content Section -->
{{{description}}}
    <div style="flex: 1; min-width: 250px; padding-right: 1rem;">


== Strengths ==
        <!-- Character Overview -->
* {{{strength1|}}}
        <div style="background-color: #1a1a1a; padding: 1rem; border-radius: 8px; margin-bottom: 1rem;">
* {{{strength2|}}}
            <h1 style="font-size: 1.5rem; color: #ccc; text-align: center; border-bottom: 2px solid #333333; padding-bottom: 10px;">Character Overview</h1>
* {{{strength3|}}}
            <p style="color: #ccc; font-size: 1rem;">
                {{{Overview}}}
            </p>
        </div>


== Weaknesses ==
        <!-- Strengths and Weaknesses -->
* {{{weakness1|}}}
        <div style="display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1rem;">
* {{{weakness2|}}}
            <!-- Strengths Section -->
* {{{weakness3|}}}
            <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>


== Playstyle ==
            <!-- Weaknesses Section -->
{{{playstyle|}}}
            <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>


== Notable Moves ==
    </div>
* {{{move1|}}} - Description of the move.
* {{{move2|}}} - Description of the move.
* {{{move3|}}} - Description of the move.


== Notes ==
    <!-- Infobox Section (Right Side) -->
* Additional character lore or gameplay notes.
    <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;">
</includeonly>
        <h3 style="font-family: 'Arial Black', Gadget, sans-serif; font-size: 1.5em; font-weight: bold; text-align: center; background-color: #333333; border-bottom: 2px solid #333333;">{{{CharacterName}}}</h3>
        <div style="min-width: 300px; padding: 0.5rem; overflow: auto; float: right; margin-left: 1rem;">
            <table class="t5-infobox" style="font-size: 0.85em; width: auto; background-color: inherit; border-collapse: collapse; border: none;">
                <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>


<noinclude>
<!-- Additional Content Sections like Key Techniques, Outfits, Notes -->
This template is used for formatting Tekken 5 character pages.
[[Category:Templates]]
</noinclude>

Revision as of 23:36, 23 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.
[[Tekken 5/{{{CharacterName}}}|
Overview
]]
[[Tekken 5/{{{CharacterName}}}/Movelist|
Movelist
]]
[[Tekken 5/{{{CharacterName}}}/Punishers|
Punishers
]]
[[Tekken 5/{{{CharacterName}}}/Combos|
Combos
]]
[[Tekken 5/{{{CharacterName}}}/Strategy|
Strategy
]]
[[Tekken 5/{{{CharacterName}}}/Matchups|
Matchups
]]
[[Tekken 5/{{{CharacterName}}}/Resources|
Resources
]]


Character Overview

{{{Overview}}}

Strengths

    {{{Strengths}}}

Weaknesses

    {{{Weaknesses}}}

{{{CharacterName}}}

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