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:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user