-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
```mermaid | ||
graph TB; | ||
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; | ||
B --> C4["**Administrator**<br>???"]:::red; | ||
B --> C5["**Administrator**<br>???"]:::red; | ||
C1 --> G["**Staff**"]:::group; | ||
C2 --> G; | ||
C3 --> G; | ||
C4 --> G; | ||
C5 --> G; | ||
G --> D["**Developer**"]:::developer; | ||
G --> E["**Moderation**"]:::moderation; | ||
D --> D1["**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; | ||
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; | ||
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; | ||
classDef darkred2 fill:#990000,stroke:#660000,stroke-width:2px,color:#000000,font-weight:bold; | ||
classDef darkred4 fill:#330000,stroke:#ff0000,stroke-width:2px,color:#ffffff,font-weight:bold; | ||
classDef black fill:#000000,stroke:#000000,stroke-width:2px,color:#ffffff,font-weight:bold; | ||
classDef group fill:#e0e0e0,stroke:#000000,stroke-width:2px,color:#000000,font-weight:bold; | ||
classDef developer fill:#b3e5fc,stroke:#00bcd4,stroke-width:2px,color:#000000,font-weight:bold; | ||
classDef moderation fill:#a5d6a7,stroke:#388e3c,stroke-width:2px,color:#000000,font-weight:bold; | ||
classDef supporter fill:#7986cb,stroke:#7e57c2,stroke-width:2px,color:#000000,font-weight:bold; | ||
classDef translator fill:#fff9c4,stroke:#ff9800,stroke-width:2px,color:#000000,font-weight:bold; | ||
classDef newGroup fill:#e0f7fa,stroke:#006064,stroke-width:2px,color:#000000,font-weight:bold; | ||
classDef nummer fill:#e1bee7,stroke:#8e24aa,stroke-width:2px,color:#000000,font-weight:bold; | ||
classDef developerName color:#ffffff,font-weight:bold; | ||
classDef moderationName color:#ffffff,font-weight:bold; | ||
classDef supporterName color:#ffffff,font-weight:bold; | ||
classDef translatorName color:#ffffff,font-weight:bold; | ||
classDef newGroupName color:#ffffff,font-weight:bold; | ||
classDef nummerName color:#ffffff,font-weight:bold; | ||
classDef developerText color:#00bcd4,font-weight:bold; | ||
classDef moderationText color:#388e3c,font-weight:bold; |