|
|
| (3 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <div style="background-color: #f4f7f6; padding: 20px; font-family: sans-serif; border-radius: 10px;"> | | <div style="border: 1px solid #b0c4de; margin-bottom: 15px; border-radius: 5px; box-shadow: 2px 2px 4px rgba(0,0,0,0.1); background-color: #fcfcfc;"><div style="background-color: #34495e; color: white; padding: 10px; font-weight: bold; font-size: 1.2em; border-top-left-radius: 4px; border-top-right-radius: 4px; text-align: center;">{{{title}}}</div><div style="padding: 15px; font-size: 0.95em; line-height: 1.5; text-align: left;">{{{content}}}</div></div><noinclude> |
| <!-- Header Banner -->
| | == Usage == |
| <div style="background-color: #1e375a; color: #ffffff; text-align: center; padding: 30px 20px; border-radius: 8px; margin-bottom: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
| | <pre> |
| <h1 style="margin: 0; font-size: 2.5em; border-bottom: none;">{{{title|Welcome to the Wiki}}}</h1>
| | {{Main_Page_Box |
| <p style="margin: 10px 0 0 0; font-size: 1.2em; font-style: italic; color: #b0c4de;">{{{subtitle|A comprehensive database}}}</p>
| | |title=Box Title |
| </div>
| | |content=Your content goes here. |
| | | }} |
| <!-- Main Content Grid (Table-based for maximum MediaWiki compatibility) -->
| | </pre> |
| <table style="width: 100%; border-collapse: separate; border-spacing: 15px 0; background: transparent;">
| | </noinclude> |
| <tr>
| |
| <!-- Left Column: About & News -->
| |
| <td style="width: 65%; vertical-align: top; padding: 0;">
| |
|
| |
| <!-- About Section -->
| |
| <div style="background: #ffffff; padding: 20px; border-radius: 8px; border-top: 5px solid #3498db; box-shadow: 0 2px 4px rgba(0,0,0,0.05); margin-bottom: 20px;">
| |
| <h2 style="margin-top: 0; font-size: 1.5em; border-bottom: 2px solid #ecf0f1; padding-bottom: 5px;">About the Series</h2>
| |
| <div style="font-size: 1em; line-height: 1.6;">
| |
| {{{about}}}
| |
| </div>
| |
| </div>
| |
| | |
| <!-- Latest Updates / Volumes Section -->
| |
| <div style="background: #ffffff; padding: 20px; border-radius: 8px; border-top: 5px solid #e74c3c; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">
| |
| <h2 style="margin-top: 0; font-size: 1.5em; border-bottom: 2px solid #ecf0f1; padding-bottom: 5px;">Story Arcs & Volumes</h2>
| |
| <div style="font-size: 1em; line-height: 1.6;">
| |
| {{{volumes}}}
| |
| </div>
| |
| </div>
| |
| | |
| </td>
| |
| | |
| <!-- Right Column: Navigation Portals -->
| |
| <td style="width: 35%; vertical-align: top; padding: 0;">
| |
|
| |
| <!-- Navigation Section -->
| |
| <div style="background: #ffffff; padding: 20px; border-radius: 8px; border-top: 5px solid #2ecc71; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">
| |
| <h2 style="margin-top: 0; font-size: 1.5em; border-bottom: 2px solid #ecf0f1; padding-bottom: 5px;">Navigation</h2>
| |
| <div style="font-size: 1em; line-height: 1.6;">
| |
| {{{navigation}}}
| |
| </div>
| |
| </div>
| |
| | |
| <!-- Help/Contribute Section -->
| |
| <div style="background: #ffffff; padding: 20px; border-radius: 8px; border-top: 5px solid #f39c12; box-shadow: 0 2px 4px rgba(0,0,0,0.05); margin-top: 20px;">
| |
| <h2 style="margin-top: 0; font-size: 1.5em; border-bottom: 2px solid #ecf0f1; padding-bottom: 5px;">Contribute</h2>
| |
| <div style="font-size: 1em; line-height: 1.6;">
| |
| {{{contribute}}}
| |
| </div>
| |
| </div>
| |
| | |
| </td>
| |
| </tr>
| |
| </table>
| |
| </div>
| |
{{Main_Page_Box
|title=Box Title
|content=Your content goes here.
}}