Hauptseite: Unterschied zwischen den Versionen
Aus The Alchenomicon Wiki
Gk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Gk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (36 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
<html> | |||
<div style="max-width:1100px; margin:0 auto; padding:1em;"> | <div style="max-width:1100px; margin:0 auto; padding:1em;"> | ||
<!-- HEADER QUOTE --> | <!-- ================= HEADER QUOTE ================= --> | ||
<div style="text-align:center; padding:2em 1em 1.5em 1em; border-bottom:1px solid #444; margin-bottom:2em;"> | <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;"> | <div style="font-size:1.6em; font-style:italic; color:#ccc; line-height:1.6;"> | ||
| Zeile 9: | Zeile 13: | ||
</div> | </div> | ||
<!-- WELCOME TEXT --> | |||
<!-- ================= WELCOME TEXT ================= --> | |||
<div style="margin-bottom:2em;"> | <div style="margin-bottom:2em;"> | ||
<h2 style="border-bottom:1px solid #555; padding-bottom:0.3em;">Willkommen im Alchenomicon-Wiki</h2> | <h2 style="border-bottom:1px solid #555; padding-bottom:0.3em;">Willkommen im Alchenomicon-Wiki</h2> | ||
| Zeile 17: | Zeile 24: | ||
</div> | </div> | ||
<!-- WORLD MAP --> | |||
<div style="margin- | |||
< | <!-- ================= WORLD MAP ================= --> | ||
< | <div id="mierkon-map-wrapper" style="position:relative; width:100%; max-width:1100px; margin: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> | ||
<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> | </div> | ||
<!-- | |||
<div style="margin-bottom: | |||
<!-- ================= FAST ACCESS ================= --> | |||
<style> | |||
:root { | |||
--fa-box-bg: #4a4a4a44; | |||
--fa-box-border: #444444; | |||
--fa-box-padding: 1.2em; | |||
--fa-box-gap: 1em; | |||
--fa-title-color: #e8dfc8; | |||
--fa-title-size: 1.8em; | |||
--fa-title-weight: bold; | |||
--fa-desc-color: #999999; | |||
--fa-desc-size: 0.85em; | |||
--fa-icon-size: 2.3em; | |||
--fa-text-color: #cccccc; | |||
--fa-text-size: 1.2em; | |||
--fa-text-lineheight: 1.8; | |||
--fa-heading-border: #555555; | |||
--fa-quote-color: #cccccc; | |||
--fa-quote-size: 1.6em; | |||
--fa-meta-color: #888888; | |||
} | |||
</style> | |||
<div style="margin-bottom:4em;"> | |||
<h2 style="border-bottom:1px solid #555; padding-bottom:0.3em;">Das Universum erkunden</h2> | <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;"> | <div style="display:grid; grid-template-columns:repeat(3,1fr); gap:1em; margin-top:1em;"> | ||
<div style="background:# | <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: | <div style="font-size:2.3em; margin-bottom:0.4em;">👥</div> | ||
<div style="font-weight: | <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:0. | <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> | ||
</div> | |||
< | <!-- ================= WORLD KNOWLEDGE ================= --> | ||
<div style=" | <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.4em; 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=" | <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: | <div style="font-size:2.3em; margin-bottom:0.4em;">⛰</div> | ||
<div style="font-weight: | <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: | <div style="font-size:var(--fa-text-size); color:#999; margin-top:0.3em;">Funktionsweise des Planete</div> | ||
</ | </a> | ||
< | <a href="/index.php?title=Mierkons Ökosystem" 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: | <div style="font-size:2.3em; margin-bottom:0.4em;">🦠</div> | ||
<div style="font-weight: | <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: | <div style="font-size:var(--fa-text-size); color:#999; margin-top:0.3em;">Stammbaum aller bekannten Lebewesen</div> | ||
</ | </a> | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- FEATURED CHARACTER --> | |||
<!-- ================= FEATURED CHARACTER ================= --> | |||
<div style="display:grid; grid-template-columns:1fr 1fr; gap:2em; margin-bottom:2em;"> | <div style="display:grid; grid-template-columns:1fr 1fr; gap:2em; margin-bottom:2em;"> | ||
<div> | <div> | ||
| Zeile 82: | Zeile 175: | ||
</div> | </div> | ||
<!-- TIMELINE TEASER --> | |||
<!-- ================= TIMELINE TEASER ================= --> | |||
<div> | <div> | ||
<h2 style="border-bottom:1px solid #555; padding-bottom:0.3em;">Zeitlinie</h2> | <h2 style="border-bottom:1px solid #555; padding-bottom:0.3em;">Zeitlinie</h2> | ||
| Zeile 100: | Zeile 195: | ||
</div> | </div> | ||
</div> | </div> | ||
</html> | |||
Aktuelle Version vom 29. April 2026, 14:19 Uhr
„Die Welt kennt keine Götter. Nur Kräfte, die noch niemand versteht."
— Unbekannte Quelle, gefunden im Alchenomicon
Willkommen im Alchenomicon-Wiki
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 [[Kaleth Castorr|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.
Das Universum erkunden
👥
Charaktere
Lingai, Menschen, Helden und Antagonisten
🌐
Orte & Geographie
Städte, Regionen und die Welt Mierkons
🏛️
Fraktionen & Staaten
Politische Mächte, Allianzen und Konflikte
⚡
Energieformen & Kräfte
Das Kraftsystem der Lingai
📖
Die Bücher
Die sechs Hauptwerke der Reihe
🔮
Das Alchenomicon
Das Artefakt, das alles verändert
Mierkon verstehen lernen
Mierkon unterscheidet sich in vielerlei Hinsicht von der Erde. Erforsche diese fremde Welt auf den folgenden Seiten:
Charakter im Fokus
[[Kaleth Castorr]]
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.
Zeitlinie
~ Jahr −80
Ankunft der Menschen auf Mierkon
Jahr 0
Der Große Friedensvertrag
Jahr ~110
Beginn von Buch I
Jahr ~230
Der Große Krieg — Buch V