Skip to content

Commit

Permalink
Update Staff.md
Browse files Browse the repository at this point in the history
V6
  • Loading branch information
Lyrikidionisos authored Oct 21, 2024
1 parent 4c4a48f commit eb2acca
Showing 1 changed file with 33 additions and 35 deletions.
68 changes: 33 additions & 35 deletions Staff.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Test-mermaid Tabulator

```mermaid
graph TB;
A["**Founder**<br>BoiHanny"]:::black --> B["**Head-Administrator / Projectmanagement**<br>Lyrikidionisos"]:::darkred4;
A["**Founder**<br>BoiHanny"]:::black --> B["**Head-Administrator**<br>Lyrikidionisos"]:::darkred4;
B --> C1["**Administrator**<br>ItsByMe"]:::red;
B --> C2["**Administrator**<br>IzuruBae"]:::red;
B --> C3["**Administrator**<br>???"]:::red;
Expand All @@ -15,40 +13,40 @@ graph TB;
C5 --> G;
G --> D["**Developer**"]:::developer;
G --> E["**Moderation**"]:::moderation;
D --> D1["**Franxx**"]:::developerText;
D --> D1["**Head of Development**<br>Franxx"]:::developerText;
D1 --> H["**Translator**"]:::translator;
D --> D2["**???**"]:::developerName;
D --> D3["**???**"]:::developerName;
D --> D4["**???**"]:::developerName;
D --> D5["**Frei**"]:::developerName;
D5 --> I["**New Group**"]:::newGroup;
E --> E1["**miss_crystal**"]:::moderationText;
D --> D2["**Developer**<br>???"]:::developerName;
D --> D3["**Developer**<br>???"]:::developerName;
D --> D4["**Developer**<br>???"]:::developerName;
D --> D5["**Developer**<br>Frei"]:::developerName;
D5 --> I["**Content**"]:::newGroup;
E --> E1["**Head of Moderation**<br>miss_crystal"]:::moderationText;
E1 --> F["**Supporter**"]:::supporter;
E --> E2["**???**"]:::moderationName;
E --> E3["**???**"]:::moderationName;
E --> E4["**???**"]:::moderationName;
E --> E5["**Frei**"]:::moderationName;
E5 --> J["**Nummer**"]:::nummer;
F --> F1["**???**"]:::supporterName;
F --> F2["**???**"]:::supporterName;
F --> F3["**???**"]:::supporterName;
F --> F4["**???**"]:::supporterName;
F --> F5["**???**"]:::supporterName;
H --> H1["**???**"]:::translatorName;
H --> H2["**???**"]:::translatorName;
H --> H3["**???**"]:::translatorName;
H --> H4["**???**"]:::translatorName;
H --> H5["**???**"]:::translatorName;
I --> I1["**???**"]:::newGroupName;
I --> I2["**???**"]:::newGroupName;
I --> I3["**???**"]:::newGroupName;
I --> I4["**???**"]:::newGroupName;
I --> I5["**???**"]:::newGroupName;
J --> J1["**???**"]:::nummerName;
J --> J2["**???**"]:::nummerName;
J --> J3["**???**"]:::nummerName;
J --> J4["**???**"]:::nummerName;
J --> J5["**???**"]:::nummerName;
E --> E2["**Moderator**<br>???"]:::moderationName;
E --> E3["**Moderator**<br>???"]:::moderationName;
E --> E4["**Moderator**<br>???"]:::moderationName;
E --> E5["**Moderator**<br>Frei"]:::moderationName;
E5 --> J["**VRC-Contributor**"]:::nummer;
F --> F1["**Supporter**<br>???"]:::supporterName;
F --> F2["**Supporter**<br>???"]:::supporterName;
F --> F3["**Supporter**<br>???"]:::supporterName;
F --> F4["**Supporter**<br>???"]:::supporterName;
F --> F5["**Supporter**<br>???"]:::supporterName;
H --> H1["**Translator**<br>???"]:::translatorName;
H --> H2["**Translator**<br>???"]:::translatorName;
H --> H3["**Translator**<br>???"]:::translatorName;
H --> H4["**Translator**<br>???"]:::translatorName;
H --> H5["**Translator**<br>???"]:::translatorName;
I --> I1["**Content**<br>???"]:::newGroupName;
I --> I2["**Content**<br>???"]:::newGroupName;
I --> I3["**Content**<br>???"]:::newGroupName;
I --> I4["**Content**<br>???"]:::newGroupName;
I --> I5["**Content**<br>???"]:::newGroupName;
J --> J1["**VRC-Contributor**<br>???"]:::nummerName;
J --> J2["**VRC-Contributor**<br>???"]:::nummerName;
J --> J3["**VRC-Contributor**<br>???"]:::nummerName;
J --> J4["**VRC-Contributor**<br>???"]:::nummerName;
J --> J5["**VRC-Contributor**<br>???"]:::nummerName;
classDef red fill:#ffcccc,stroke:#ff0000,stroke-width:2px,color:#000000,font-weight:bold;
classDef darkred fill:#cc0000,stroke:#990000,stroke-width:2px,color:#000000,font-weight:bold;
Expand Down

0 comments on commit eb2acca

Please sign in to comment.