Editing Main Page
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
<!-- | <!-- Main Page for Wiki Project with c9d8ff color scheme --> | ||
<!-- CSS Styling for the page --> | |||
<div style="margin:0 auto; max-width:1200px; font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;"> | |||
<!-- Header Section with Banner --> | |||
<div style="background-color:#c9d8ff; padding:20px; border-radius:8px; margin-bottom:20px; box-shadow:0 2px 5px rgba(0,0,0,0.1);"> | |||
<div style="display:flex; justify-content:space-between; align-items:center;"> | |||
<h1 style="color:#333333; margin:0; font-size:2em;">Welcome to Our Wiki</h1> | |||
<div style="color:#555555; text-align:right;">{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}</div> | |||
<!-- | |||
<div | |||
< | |||
<div | |||
<div | |||
< | |||
<div | |||
</div> | </div> | ||
<div style="color:#555555; margin-top:10px;">Your comprehensive knowledge repository</div> | |||
</div> | </div> | ||
<div | |||
<div | <!-- Main Content Grid --> | ||
<div | <div style="display:flex; flex-wrap:wrap; gap:20px; margin-bottom:20px;"> | ||
<!-- Featured Content Section --> | |||
<div style="flex:2; min-width:300px;"> | |||
<div style="background-color:#f8faff; border:1px solid #c9d8ff; border-radius:8px; padding:20px; box-shadow:0 2px 5px rgba(0,0,0,0.05);"> | |||
<h2 style="color:#4671d5; border-bottom:2px solid #c9d8ff; padding-bottom:8px;">Featured Content</h2> | |||
<div style="padding:10px 0;"> | |||
{{#dpl: | |||
category=Featured | |||
ordermethod=firstedit | |||
order=descending | |||
count=1 | |||
format=,,,* '''[[%PAGE%|%TITLE%]]''': %EXCERPT%,, | |||
}} | |||
</div> | |||
<div style="text-align:right; padding-top:10px;"><a href="Category:Featured" style="color:#4671d5; text-decoration:none;">More featured content →</a></div> | |||
</div> | |||
<!-- News and Updates Section --> | |||
<div style="background-color:#f8faff; border:1px solid #c9d8ff; border-radius:8px; padding:20px; margin-top:20px; box-shadow:0 2px 5px rgba(0,0,0,0.05);"> | |||
<h2 style="color:#4671d5; border-bottom:2px solid #c9d8ff; padding-bottom:8px;">News and Updates</h2> | |||
<div style="padding:10px 0;"> | |||
{{LatestNews}} | |||
</div> | |||
<div style="text-align:right; padding-top:10px;"><a href="Category:News" style="color:#4671d5; text-decoration:none;">View all news →</a></div> | |||
</div> | |||
</div> | |||
<!-- Quick Navigation Section --> | |||
<div style="flex:1; min-width:250px;"> | |||
<div style="background-color:#f8faff; border:1px solid #c9d8ff; border-radius:8px; padding:20px; box-shadow:0 2px 5px rgba(0,0,0,0.05);"> | |||
<h2 style="color:#4671d5; border-bottom:2px solid #c9d8ff; padding-bottom:8px;">Quick Navigation</h2> | |||
<div style="display:flex; flex-direction:column; gap:10px; padding:10px 0;"> | |||
* [[Getting Started|Getting Started Guide]] | |||
* [[Help:Contents|Help and Documentation]] | |||
* [[Special:Categories|Browse Categories]] | |||
* [[Special:NewPages|Recently Added Pages]] | |||
* [[Special:RecentChanges|Recent Changes]] | |||
* [[Project:About|About This Wiki]] | |||
</div> | |||
</div> | |||
<!-- Community Section --> | |||
<div style="background-color:#f8faff; border:1px solid #c9d8ff; border-radius:8px; padding:20px; margin-top:20px; box-shadow:0 2px 5px rgba(0,0,0,0.05);"> | |||
<h2 style="color:#4671d5; border-bottom:2px solid #c9d8ff; padding-bottom:8px;">Community</h2> | |||
<div style="padding:10px 0;"> | |||
* [[Project:Community Portal|Community Portal]] | |||
* [[Project:Current events|Current Events]] | |||
* [[Special:Statistics|Wiki Statistics]] | |||
* [[Project:Contributors|Contributors]] | |||
* [[Project:Help wanted|Help Wanted]] | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- Categories Grid --> | |||
<div style="background-color:#f8faff; border:1px solid #c9d8ff; border-radius:8px; padding:20px; margin-bottom:20px; box-shadow:0 2px 5px rgba(0,0,0,0.05);"> | |||
<h2 style="color:#4671d5; border-bottom:2px solid #c9d8ff; padding-bottom:8px;">Browse by Category</h2> | |||
<div style="display:flex; flex-wrap:wrap; gap:10px; padding:10px 0;"> | |||
{{#tagcloud: font-size=11-20 | link-color=#4671d5 | background-color=#e8eeff | border-color=#c9d8ff | border-width=1 | border-radius=5 | padding=7 | margin=5 | limit=16 }} | |||
</div> | |||
<div style="text-align:right; padding-top:10px;"><a href="Special:Categories" style="color:#4671d5; text-decoration:none;">All categories →</a></div> | |||
</div> | |||
<!-- Search Box --> | |||
<div style="background-color:#e8eeff; border-radius:8px; padding:20px; text-align:center; margin-bottom:20px; box-shadow:0 2px 5px rgba(0,0,0,0.05);"> | |||
<h2 style="color:#4671d5; margin-top:0;">Find what you're looking for</h2> | |||
<div style="max-width:600px; margin:0 auto;"> | |||
<inputbox> | |||
type=search | |||
width=100% | |||
placeholder=Search the wiki... | |||
buttonlabel=Search | |||
</inputbox> | |||
</div> | |||
</div> | |||
<!-- Footer --> | |||
<div style="background-color:#c9d8ff; padding:20px; border-radius:8px; text-align:center; color:#555555; box-shadow:0 2px 5px rgba(0,0,0,0.1);"> | |||
<div style="display:flex; justify-content:space-between; flex-wrap:wrap; gap:20px; margin-bottom:15px;"> | |||
<div> | |||
<h3 style="margin-top:0; color:#333333;">About This Wiki</h3> | |||
<p style="margin:0;">This wiki is dedicated to collecting and sharing knowledge on various topics.</p> | |||
</div> | </div> | ||
<div | <div> | ||
< | <h3 style="margin-top:0; color:#333333;">Contact</h3> | ||
< | <p style="margin:0;">[[Project:Contact|Get in touch with the administrators]]</p> | ||
</div> | </div> | ||
<div> | |||
<h3 style="margin-top:0; color:#333333;">Contribute</h3> | |||
<p style="margin:0;">[[Help:Editing|Learn how to contribute]]</p> | |||
</div> | </div> | ||
</div> | </div> | ||
<div | <div style="border-top:1px solid #a8bbee; padding-top:15px; font-size:0.9em;"> | ||
<!-- | Wiki content is available under [[Project:Licensing|our license terms]] unless otherwise noted. | ||
</div> | |||
</div> | |||
</div> | |||
<!-- Include required templates or extensions for this page to work properly --> | |||
<!-- Templates needed: LatestNews --> | |||
<!-- Extensions recommended: DynamicPageList, TagCloud, InputBox --> | |||
<!-- | <!-- Add categories for this page --> | ||
[[Category:Navigation]] |