|
|
| Zeile 1: |
Zeile 1: |
| == Willkommen im Alchenomicon-Wiki ==
| |
|
| |
| <div style="font-size:1.05em; line-height:1.8; color:#ccc;">
| |
| Dies ist die offizielle Enzyklopädie des Alchenomicon-Universums — einer Welt namens [[Mierkon]], auf der zwei Spezies eine gemeinsame Zukunft aufzubauen versuchen: die Menschen und die [[Lingai]]. Dieses Wiki dokumentiert alles, was die Bücher berühren — und vieles, was sie nur andeuten. Es enthält vollständige Spoiler aller Werke.
| |
| </div>
| |
|
| |
| <html>
| |
| <!-- ================= WORLD MAP ================= -->
| |
| <div id="mierkon-map-wrapper" style="position:relative; width:100%; max-width:1100px; margin:2em auto 0 auto; font-family:Georgia, serif;">
| |
| <div style="position:relative; width:100%;">
| |
| <img id="mierkon-map-img" src="/index.php?title=Spezial:Filepath&file=PoliticalWorldMap.png" style="width:100%; display:block; border-radius:4px;" alt="Weltkarte Mierkons" />
| |
| <svg id="mierkon-map-svg" viewBox="0 0 1622 719" style="position:absolute; top:0; left:0; width:100%; height:100%; cursor:pointer;" preserveAspectRatio="none">
| |
| <polygon id="region-Durr-Ahn" data-name="Durr'Ahn" data-wiki="Geographie:Durr%27Ahn" points="574,117 563,128 570,140 552,155 532,158 518,153 502,178 520,189 545,196 563,187 568,169 592,173 617,158 590,133 592,124" fill="rgba(0,0,0,0)" stroke="none"/>
| |
| <polygon id="region-Dilmun" data-name="Dilmun" data-wiki="Geographie:Dilmun" points="939,255 975,288 1000,300 1009,327 996,336 987,360 964,369 928,374 910,363 870,342 863,327 861,306 816,288 834,273 852,282 870,246 903,252" fill="rgba(0,0,0,0)" stroke="none"/>
| |
| </svg>
| |
| </div>
| |
| <div id="mierkon-label" style="text-align:center; font-size:30px; color:#e8dfc8; margin-top:6px; letter-spacing:0.08em; min-height:1.5em; text-transform:uppercase; font-family:Georgia,serif;"></div>
| |
| <script>
| |
| (function(){
| |
| var svg=document.getElementById('mierkon-map-svg');
| |
| var label=document.getElementById('mierkon-label');
| |
| var polygons=svg.querySelectorAll('polygon[data-name]');
| |
| polygons.forEach(function(poly){
| |
| var name=poly.getAttribute('data-name');
| |
| var wiki=poly.getAttribute('data-wiki');
| |
| poly.addEventListener('mouseenter',function(){ label.textContent=name; });
| |
| poly.addEventListener('mouseleave',function(){ label.textContent=''; });
| |
| poly.addEventListener('click',function(){ window.location.href='/index.php?title='+wiki; });
| |
| });
| |
| })();
| |
| </script>
| |
| </div>
| |
| </html>
| |
|
| |
| <html>
| |
| <!-- ================= CSS VARIABLEN ================= -->
| |
| <style>
| |
| :root {
| |
| --fa-box-bg: #4a4a4a44;
| |
| --fa-box-border: #444444;
| |
| --fa-box-padding: 1.2em;
| |
| --fa-title-color: #e8dfc8;
| |
| --fa-title-size: 1.8em;
| |
| --fa-title-weight: bold;
| |
| --fa-text-size: 1.2em;
| |
| }
| |
| </style>
| |
|
| |
| <!-- ================= FAST ACCESS ================= -->
| |
| <div style="margin-bottom:4em; margin-top:2em;">
| |
| <h2 style="border-bottom:1px solid #555; padding-bottom:0.3em;">Das Universum erkunden</h2>
| |
| <div style="display:grid; grid-template-columns:repeat(3,1fr); gap:1em; margin-top:1em;">
| |
|
| |
| <a href="/index.php?title=Kategorie:Charakter" style="background:var(--fa-box-bg); border:1px solid var(--fa-box-border); padding:var(--fa-box-padding); text-align:center; text-decoration:none; display:block;">
| |
| <div style="font-size:2.3em; margin-bottom:0.4em;">👥</div>
| |
| <div style="font-weight:var(--fa-title-weight); font-size:var(--fa-title-size); color:var(--fa-title-color);">Charaktere</div>
| |
| <div style="font-size:var(--fa-text-size); color:#999; margin-top:0.3em;">Lingai, Menschen, Helden und Antagonisten</div>
| |
| </a>
| |
|
| |
| <a href="/index.php?title=Kategorie:Geographie" style="background:var(--fa-box-bg); border:1px solid var(--fa-box-border); padding:var(--fa-box-padding); text-align:center; text-decoration:none; display:block;">
| |
| <div style="font-size:2.3em; margin-bottom:0.4em;">🌐</div>
| |
| <div style="font-weight:var(--fa-title-weight); font-size:var(--fa-title-size); color:var(--fa-title-color);">Orte & Geographie</div>
| |
| <div style="font-size:var(--fa-text-size); color:#999; margin-top:0.3em;">Städte, Regionen und die Welt Mierkons</div>
| |
| </a>
| |
|
| |
| <a href="/index.php?title=Kategorie:Fraktion" style="background:var(--fa-box-bg); border:1px solid var(--fa-box-border); padding:var(--fa-box-padding); text-align:center; text-decoration:none; display:block;">
| |
| <div style="font-size:2.3em; margin-bottom:0.4em;">🏛️</div>
| |
| <div style="font-weight:var(--fa-title-weight); font-size:var(--fa-title-size); color:var(--fa-title-color);">Fraktionen & Staaten</div>
| |
| <div style="font-size:var(--fa-text-size); color:#999; margin-top:0.3em;">Politische Mächte, Allianzen und Konflikte</div>
| |
| </a>
| |
|
| |
| <a href="/index.php?title=Kategorie:Energie" style="background:var(--fa-box-bg); border:1px solid var(--fa-box-border); padding:var(--fa-box-padding); text-align:center; text-decoration:none; display:block;">
| |
| <div style="font-size:2.3em; margin-bottom:0.4em;">⚡</div>
| |
| <div style="font-weight:var(--fa-title-weight); font-size:var(--fa-title-size); color:var(--fa-title-color);">Energieformen & Kräfte</div>
| |
| <div style="font-size:var(--fa-text-size); color:#999; margin-top:0.3em;">Das Kraftsystem der Lingai</div>
| |
| </a>
| |
|
| |
| <a href="/index.php?title=Kategorie:Buch" style="background:var(--fa-box-bg); border:1px solid var(--fa-box-border); padding:var(--fa-box-padding); text-align:center; text-decoration:none; display:block;">
| |
| <div style="font-size:2.3em; margin-bottom:0.4em;">📖</div>
| |
| <div style="font-weight:var(--fa-title-weight); font-size:var(--fa-title-size); color:var(--fa-title-color);">Die Bücher</div>
| |
| <div style="font-size:var(--fa-text-size); color:#999; margin-top:0.3em;">Die sechs Hauptwerke der Reihe</div>
| |
| </a>
| |
|
| |
| <a href="/index.php?title=Alchenomicon:Alchenomicon" style="background:var(--fa-box-bg); border:1px solid var(--fa-box-border); padding:var(--fa-box-padding); text-align:center; text-decoration:none; display:block;">
| |
| <div style="font-size:2.3em; margin-bottom:0.4em;">🔮</div>
| |
| <div style="font-weight:var(--fa-title-weight); font-size:var(--fa-title-size); color:var(--fa-title-color);">Das Alchenomicon</div>
| |
| <div style="font-size:var(--fa-text-size); color:#999; margin-top:0.3em;">Das Artefakt, das alles verändert</div>
| |
| </a>
| |
|
| |
| </div>
| |
| </div>
| |
|
| |
| <!-- ================= WORLD KNOWLEDGE ================= -->
| |
| <div style="margin-bottom:4em;">
| |
| <h2 style="border-bottom:1px solid #555; padding-bottom:0.3em;">Mierkon verstehen lernen</h2>
| |
| <p style="font-size:1.05em; line-height:1.8; color:#ccc;">
| |
| Mierkon unterscheidet sich in vielerlei Hinsicht von der Erde. Erforsche diese fremde Welt auf den folgenden Seiten:
| |
| </p>
| |
| <div style="display:grid; grid-template-columns:repeat(3,1fr); gap:1em; margin-top:1em;">
| |
|
| |
| <a href="/index.php?title=Mierkons_Geologie_und_Klima" style="background:var(--fa-box-bg); border:1px solid var(--fa-box-border); padding:var(--fa-box-padding); text-align:center; text-decoration:none; display:block;">
| |
| <div style="font-size:2.3em; margin-bottom:0.4em;">⛰</div>
| |
| <div style="font-weight:var(--fa-title-weight); font-size:var(--fa-title-size); color:var(--fa-title-color);">Geologie und Klima</div>
| |
| <div style="font-size:var(--fa-text-size); color:#999; margin-top:0.3em;">Funktionsweise des Planeten</div>
| |
| </a>
| |
|
| |
| <a href="/index.php?title=Mierkons_%C3%96kosystem" style="background:var(--fa-box-bg); border:1px solid var(--fa-box-border); padding:var(--fa-box-padding); text-align:center; text-decoration:none; display:block;">
| |
| <div style="font-size:2.3em; margin-bottom:0.4em;">🦠</div>
| |
| <div style="font-weight:var(--fa-title-weight); font-size:var(--fa-title-size); color:var(--fa-title-color);">Das Ökosystem</div>
| |
| <div style="font-size:var(--fa-text-size); color:#999; margin-top:0.3em;">Stammbaum aller bekannten Lebewesen</div>
| |
| </a>
| |
|
| |
| </div>
| |
| </div>
| |
| </html>
| |
|
| |
| == Charakter im Fokus ==
| |
|
| |
| <div style="background:#1a1a1a; border:1px solid #444; padding:1.2em; margin-bottom:2em;">
| |
| <div style="font-weight:bold; font-size:1.1em; margin-bottom:0.5em;">[[Kaleth Castorr]]</div>
| |
| <div style="font-size:0.95em; color:#ccc; line-height:1.7;">
| |
| Kaleth Castorr ist ein Lingai und die Hauptfigur der ersten drei Bücher der Alchenomicon-Reihe. Träger der seltenen Blitzkraft, die seit Generationen an seine Blutlinie gebunden ist, steht er im Zentrum der wachsenden Spannungen zwischen Menschen und Lingai.
| |
| </div>
| |
| </div>
| |
|
| |
| <div style="text-align:center; padding:2em 1em 1.5em 1em; border-bottom:1px solid #444; margin-bottom:2em;">
| |
| <div style="font-size:1.6em; font-style:italic; color:#ccc; line-height:1.6;">
| |
| „Die Welt kennt keine Götter. Nur Kräfte, die noch niemand versteht."
| |
| </div>
| |
| <div style="font-size:0.9em; color:#888; margin-top:0.5em;">— Unbekannte Quelle, gefunden im Alchenomicon</div>
| |
| </div>
| |
|
| |
| == Willkommen im Alchenomicon-Wiki == | | == Willkommen im Alchenomicon-Wiki == |
|
| |
|