|
|
(7 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| <!-- Welcome Section -->
| | {{Main page/header}} |
| <div id="welcome-section">
| |
| <h1>Welcome to FishWiki!</h1>
| |
| <p>Your ultimate resource for fish care and aquarium enthusiasts.</p>
| |
| </div>
| |
| | |
| <!-- Navigation Buttons -->
| |
| <div id="navigation-buttons">
| |
| <div class="nav-button">
| |
| <a href="/wiki/Freshwater">
| |
| <img src="/path/to/freshwater_image.jpg" alt="Freshwater" />
| |
| <h3>Freshwater</h3>
| |
| </a>
| |
| </div>
| |
| <div class="nav-button">
| |
| <a href="/wiki/Saltwater">
| |
| <img src="/path/to/saltwater_image.jpg" alt="Saltwater" />
| |
| <h3>Saltwater</h3>
| |
| </a>
| |
| </div>
| |
| <div class="nav-button">
| |
| <a href="/wiki/Brackish">
| |
| <img src="/path/to/brackish_image.jpg" alt="Brackish" />
| |
| <h3>Brackish</h3>
| |
| </a>
| |
| </div>
| |
| <div class="nav-button">
| |
| <a href="/wiki/Blackwater">
| |
| <img src="/path/to/blackwater_image.jpg" alt="Blackwater" />
| |
| <h3>Blackwater</h3>
| |
| </a>
| |
| </div>
| |
| </div>
| |
| | |
| | |
| <!-- Featured Articles -->
| |
| <div id="featured-articles">
| |
| <h2>Featured Articles</h2>
| |
| <!-- For each featured article, include an article card -->
| |
| <!-- Article Card Example -->
| |
| <div class="article-card">
| |
| <a href="/wiki/Article_Title">Article Title</a>
| |
| <p>Short summary of the article...</p>
| |
| <a href="/wiki/Article_Title">Read More</a>
| |
| </div>
| |
| <!-- Include as many article cards as needed -->
| |
| </div>
| |
| | |
| <!-- Recent Updates -->
| |
| <div id="recent-updates">
| |
| <h2>Recent Updates</h2>
| |
| <!-- Similar to the featured articles, include an entry for each update -->
| |
| <!-- Recent Update Example -->
| |
| <div class="recent-update">
| |
| <a href="/wiki/Article_Title">New Article Title</a>
| |
| <p>Brief description of the update...</p>
| |
| </div>
| |
| <!-- recent updates -->
| |
| </div>
| |
| | |
| <!-- Roadmap -->
| |
| <div id="roadmap">
| |
| <h2>Roadmap</h2>
| |
| <p>Description of upcoming features or plans...</p>
| |
| </div>
| |
| | |
| <!-- Sidebar (built-in to MediaWiki, no code needed on the main page) -->
| |
| | |
| <!-- Widgets -->
| |
| <div id="widgets">
| |
| <div class="widget">
| |
| <h3>Popular Articles</h3>
| |
| <!-- Popular Article Example -->
| |
| <a href="/wiki/Popular_Article_Title">Popular Article Title</a>
| |
| <!-- popular articles -->
| |
| </div>
| |
| | |
| <div class="widget">
| |
| <h3>Upcoming Events</h3>
| |
| <!-- Upcoming Event Example -->
| |
| <p>Details of the upcoming event...</p>
| |
| <!-- upcoming events -->
| |
| </div>
| |
| | |
| <div class="widget">
| |
| <h3>Community Spotlight</h3>
| |
| <!-- Community Spotlight Example -->
| |
| <p>Details of the featured community member or project...</p>
| |
| <!-- community spotlights -->
| |
| </div>
| |
| </div>
| |
| | |
| Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
| |
| | |
| == Getting started ==
| |
| * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
| |
| * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
| |
| * [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
| |
| * [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
| |
| * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
| |