Main Page: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<div class="mp-layout"> | |||
<div class="mp- | <!-- Introduction --> | ||
<h1>Welcome to | <div class="mp-intro"> | ||
<p>< | <h1>Welcome to Vinopedia</h1> | ||
<p><b>Vinopedia</b> is a collaborative wine encyclopaedia, covering everything from grape varieties and wine regions to production methods, wine laws and tasting terms.</p> | |||
<p>Our goal is to provide clear, referenced information for wine lovers, students, and professionals alike.</p> | |||
</div> | </div> | ||
<div class="mp- | <!-- Two-column layout --> | ||
<div class="mp-columns" style="display: flex; gap: 2em; align-items: start; flex-wrap: wrap;"> | |||
<!-- | <!-- Left Column --> | ||
<div class="mp- | <div class="mp-left" style="flex: 1 1 45%; min-width: 300px;"> | ||
<!-- Featured Article --> | |||
{{# | <div class="mp-box"> | ||
<h2>Featured article</h2> | |||
{{#intersection: | |||
|category=Featured articles | |||
|limit=1 | |||
|order=random | |||
|format=bullist | |||
}} | }} | ||
</div> | |||
= | <!-- Learn About --> | ||
< | <div class="mp-box"> | ||
category = Wine | <h2>Learn about</h2> | ||
{{#intersection: | |||
order = | |category=Wine concepts | ||
</ | |limit=5 | ||
|order=random | |||
|format=bullist | |||
}} | |||
</div> | |||
== | <!-- Did You Know --> | ||
<div class="mp-box"> | |||
<h2>Did you know...</h2> | |||
{{#intersection: | |||
|category=Did you know | |||
|limit=4 | |||
|order=random | |||
|format=bullist | |||
}} | |||
</div> | |||
</div> | </div> | ||
<!-- | <!-- Right Column --> | ||
<div class="mp- | <div class="mp-right" style="flex: 1 1 45%; min-width: 300px;"> | ||
<!-- Wine Regions --> | |||
<div class="mp-box"> | |||
<h2>Wine regions</h2> | |||
{{#intersection: | |||
|category=Wine regions | |||
|limit=6 | |||
|order=random | |||
|format=bullist | |||
}} | |||
</div> | |||
= | <!-- Grape Varieties --> | ||
{{# | <div class="mp-box"> | ||
<h2>Grape varieties</h2> | |||
{{#intersection: | |||
|category=Grape varieties | |||
|limit=6 | |||
|order=random | |||
|format=bullist | |||
}} | }} | ||
</div> | |||
<!-- Styles & Types --> | |||
<div class="mp-box"> | |||
<h2>Wine styles & types</h2> | |||
{{#intersection: | |||
|category=Wine styles | |||
|limit=4 | |||
|order=random | |||
|format=bullist | |||
}} | |||
</div> | |||
</div> | |||
</div> | </div> | ||
<!-- Footer box --> | |||
<div class="mp-footer" style="margin-top: 2em; font-size: 0.9em; text-align: center; color: #555;"> | |||
<p>All articles are written in English. Vinopedia is maintained by a team of editors with a shared passion for wine.</p> | |||
</div> | </div> | ||
</div> | |||
</ |
Revision as of 20:48, 6 August 2025
Welcome to Vinopedia
Vinopedia is a collaborative wine encyclopaedia, covering everything from grape varieties and wine regions to production methods, wine laws and tasting terms.
Our goal is to provide clear, referenced information for wine lovers, students, and professionals alike.
Featured article
{{#intersection: |category=Featured articles |limit=1 |order=random |format=bullist }}
Learn about
{{#intersection: |category=Wine concepts |limit=5 |order=random |format=bullist }}
Did you know...
{{#intersection: |category=Did you know |limit=4 |order=random |format=bullist }}
Wine regions
{{#intersection: |category=Wine regions |limit=6 |order=random |format=bullist }}
Grape varieties
{{#intersection: |category=Grape varieties |limit=6 |order=random |format=bullist }}
Wine styles & types
{{#intersection: |category=Wine styles |limit=4 |order=random |format=bullist }}