Emerald3ME (talk | contribs) m (Align Infobox Right) |
Emerald3ME (talk | contribs) No edit summary |
||
(43 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <noinclude>{{Documentation}}</noinclude> | ||
<div style=" | <div style="padding: 2px;"> | ||
{{Infobox | |||
<!-- Flex Container --> | |||
<div style="display: flex; justify-content: space-between; margin-bottom: 1rem; flex-wrap: wrap; gap: 1rem;"> | |||
| | |||
| | <!-- Main Content Section --> | ||
<div style="flex: 1; min-width: 250px; padding-right: 1rem;"> | |||
| | |||
<!-- Character Overview --> | |||
}} | <div style="background-color: #1a1a1a; padding: 1rem; border-radius: 8px; margin-bottom: 1rem;"> | ||
<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;">{{{Overview}}}</p> | |||
</div> | |||
<h2 style="display:none;">Strengths and Weaknesses</h2> | |||
<!-- Strengths and Weaknesses --> | |||
<div style="display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem;"> | |||
<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;">Strengths</h3> | |||
<ul style="color: #ccc; font-size: 1rem; margin: 0;">{{{Strengths}}}</ul> | |||
</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> | |||
<!-- Infobox --> | |||
<div style="flex-shrink: 0; width: 100%; max-width: 360px; background-color: #1a1a1a; padding: 0; border-radius: 8px; margin: 0 auto;"> | |||
<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;"> | |||
{{{name}}} | |||
</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> | ||
= | <h2 style="display:none;">Character Core</h2> | ||
= | <!-- 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> | |||
}} | |||
== | <!-- Lore --> | ||
{{#if:{{{Lore}}}| | |||
</ | <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;">Lore</h3> | |||
<ul style="color: #ccc; font-size: 1rem; margin: 0;">{{{Lore}}}</ul> | |||
</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.
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}}}