|
|
Line 36: |
Line 36: |
| <!-- Infobox Section (Right Side) --> | | <!-- Infobox Section (Right Side) --> |
| <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;"> |
| <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> |
| </div> | | </div> |
|
| |
|
| <!-- Additional Content Sections like Key Techniques, Outfits, Notes --> | | <!-- Additional Content Sections like Key Techniques, Outfits, Notes --> |