Ghost zeigt "Stufe Ghost" statt "Stufe 6"

Neues optionales Feld rankLabel ueberschreibt nur die ANZEIGE der Stufe,
die Sortierung laeuft weiter ueber rank. Wirkt auf team-modis.html und
profil.html.

Co-Authored-By: Claude Opus 5 <[email protected]>
This commit is contained in:
2026-07-31 21:44:22 +02:00
co-authored by Claude Opus 5
parent 87c95dd0f8
commit 823ff52903
3 changed files with 11 additions and 5 deletions
+9 -3
View File
@@ -13,10 +13,15 @@
eine eigene exklusive Seite (vanvan.html) — hier trotzdem gelistet,
damit die Hierarchie an einer Stelle vollständig bleibt.
Feld "rankLabel" (optional): überschreibt NUR die ANZEIGE der Stufe
("Stufe X"), die Sortierung läuft weiter über "rank". Genutzt bei
Ghost, der als Sonderfall keine Nummer, sondern seinen eigenen Namen
als Stufe zeigen soll ("Stufe Ghost" statt "Stufe 6").
Felder: name, slug (eindeutig, für profil.html?p=slug), role, rank,
photo, avatar, bio (Vorstellungstext für die Profilseite), quote,
social, page (optionale EIGENE Unterseite statt der generischen
Profilseite — aktuell nur VanVan), status
rankLabel (optional), photo, avatar, bio (Vorstellungstext für die
Profilseite), quote, social, page (optionale EIGENE Unterseite statt
der generischen Profilseite — aktuell nur VanVan), status
===================================================================== */
const MODIS = [
@@ -105,6 +110,7 @@ const MODIS = [
// Auf dem Bild sind Ghost und seine Frau zu sehen (von Dogi ausdrücklich
// freigegeben). Gezählt und vorgestellt wird hier ausschließlich Ghost.
rank: 6,
rankLabel: "Ghost", // zeigt "Stufe Ghost" statt "Stufe 6" — Wunsch von Dogi
photo: "assets/img/card-ghost.jpg",
avatar: "assets/img/avatar-ghost.jpg",
bio: "Ghost ist Teil von Team Dogi, aber privat für Dogi da — nicht für Stream- oder Community-Themen zuständig.",