|
Tags: Blanking Manual revert |
| Line 1: |
Line 1: |
| <div style="background: #f4f6f9; border: 1px solid #ccd1d9; border-radius: 8px; padding: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
| |
|
| |
|
| <!-- Header Banner -->
| |
| <div style="background: #2c3e50; color: #ffffff; padding: 30px 20px; text-align: center; border-radius: 6px; box-shadow: inset 0 0 10px rgba(0,0,0,0.5);">
| |
| <h1 style="color: #ffffff; margin: 0; font-size: 2.5em; border-bottom: none;">{{{title|Welcome to the Wiki!}}}</h1>
| |
| <p style="font-size: 1.2em; margin-top: 10px; font-style: italic;">{{{subtitle|Your comprehensive guide to the world, characters, and lore.}}}</p>
| |
| </div>
| |
|
| |
| <!-- Main Content Area -->
| |
| <div style="margin-top: 20px; clear: both;">
| |
|
| |
| <!-- Left Column (Synopsis & Portals) -->
| |
| <div style="float: left; width: 65%; padding-right: 2%; box-sizing: border-box;">
| |
| <div style="background: #ffffff; border: 1px solid #e1e8f0; padding: 15px; border-radius: 6px; margin-bottom: 20px;">
| |
| <h2 style="margin-top: 0; border-bottom: 2px solid #3498db;">About the Series</h2>
| |
| {{{synopsis}}}
| |
| </div>
| |
|
| |
| <div style="background: #ffffff; border: 1px solid #e1e8f0; padding: 15px; border-radius: 6px;">
| |
| <h2 style="margin-top: 0; border-bottom: 2px solid #3498db;">Explore the Wiki</h2>
| |
| {{{portals}}}
| |
| </div>
| |
| </div>
| |
|
| |
| <!-- Right Column (Featured & News) -->
| |
| <div style="float: right; width: 33%; box-sizing: border-box;">
| |
| <div style="background: #eaf2f8; border: 1px solid #b0c4de; padding: 15px; border-radius: 6px; margin-bottom: 20px;">
| |
| <h2 style="margin-top: 0; border-bottom: 2px solid #3498db; font-size: 1.4em;">Featured Article</h2>
| |
| {{{featured}}}
| |
| </div>
| |
|
| |
| <div style="background: #fdfefe; border: 1px solid #d5dbdb; padding: 15px; border-radius: 6px;">
| |
| <h2 style="margin-top: 0; border-bottom: 2px solid #3498db; font-size: 1.4em;">Latest News & Updates</h2>
| |
| {{{news}}}
| |
| </div>
| |
| </div>
| |
|
| |
| <div style="clear: both;"></div>
| |
| </div>
| |
|
| |
| <!-- Footer -->
| |
| <div style="margin-top: 20px; text-align: center; font-size: 0.9em; color: #7f8c8d; border-top: 1px solid #ccd1d9; padding-top: 10px;">
| |
| {{{footer|''Warning: This wiki contains heavy spoilers for all currently released volumes.''}}}
| |
| </div>
| |
|
| |
| </div>
| |