Template:Main Page: Difference between revisions

From Rodinia Wiki
No edit summary
Tag: Reverted
No edit summary
 
(5 intermediate revisions by the same user not shown)
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);">
<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>
 
== Usage ==
<!-- Header Banner -->
<pre>
<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);">
{{Main_Page_Box
    <h1 style="color: #ffffff; margin: 0; font-size: 2.5em; border-bottom: none;">{{{title|Welcome to the Wiki!}}}</h1>
|title=Box Title
    <p style="font-size: 1.2em; margin-top: 10px; font-style: italic;">{{{subtitle|Your comprehensive guide to the world, characters, and lore.}}}</p>
|content=Your content goes here.
</div>
}}
 
</pre>
<!-- Main Content Area -->
</noinclude>
<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>

Latest revision as of 08:58, 26 June 2026

{{{title}}}
{{{content}}}

Usage

[edit]
{{Main_Page_Box
|title=Box Title
|content=Your content goes here.
}}