« Utilisateur:Ayd/Brouillon » : différence entre les versions
De Nefald
Autres actions
Aucun résumé des modifications Balise : Révoqué |
Aucun résumé des modifications Balise : Révoqué |
||
| Ligne 1 : | Ligne 1 : | ||
{{#mermaid:%%{init: { | {{#mermaid:%%{init: {'flowchart': { 'nodeSpacing': 80, 'rankSpacing': 110, 'htmlLabels': true, 'curve': 'basis' }}}%% | ||
}}%% | |||
graph TD | graph TD | ||
%% NŒUD CENTRAL | %% NŒUD CENTRAL | ||
INTENDANT[" | INTENDANT["⭐ INTENDANT<br/><small>Contrôle et supervision</small>"]:::core | ||
%% DOMAINES PRINCIPAUX | %% DOMAINES PRINCIPAUX | ||
| Ligne 46 : | Ligne 29 : | ||
end | end | ||
subgraph SCRIPT [" | subgraph SCRIPT ["💠 Scriptomancie"] | ||
direction LR | direction LR | ||
SCR1["Scriptomancien"]:::role | SCR1["Scriptomancien"]:::role | ||
| Ligne 65 : | Ligne 48 : | ||
end | end | ||
%% STYLES — palette "Grade" | %% STYLES — palette "Grade" | ||
classDef core fill:# | classDef core fill:#132031,stroke:#f4d35e,color:#f4d35e,font-weight:bold,rx:8,ry:8,stroke-width:2px; | ||
classDef office fill:# | classDef office fill:#18293a,stroke:#00e676,color:#e6ffe6,rx:12,ry:12,stroke-width:1.5px; | ||
classDef archi fill:#1e2b3d,stroke:#ffb300,color:#fff2cc,rx:12,ry:12,stroke-width: | classDef archi fill:#1e2b3d,stroke:#ffb300,color:#fff2cc,rx:12,ry:12,stroke-width:1.5px; | ||
classDef script fill:#1b2439,stroke:#64b5f6,color:#e3f2fd,rx:12,ry:12,stroke-width: | classDef script fill:#1b2439,stroke:#64b5f6,color:#e3f2fd,rx:12,ry:12,stroke-width:1.5px; | ||
classDef menes fill:#1a2636,stroke:#7986cb,color:#e8eaf6,rx:12,ry:12,stroke-width: | classDef menes fill:#1a2636,stroke:#7986cb,color:#e8eaf6,rx:12,ry:12,stroke-width:1.5px; | ||
classDef citoyen fill:# | classDef citoyen fill:#1d2e2e,stroke:#81c784,color:#e8f5e9,rx:12,ry:12,stroke-width:1.5px; | ||
classDef role fill:# | classDef role fill:#253a4a,stroke:#a5d6a7,color:#dcedc8,rx:6,ry:6,font-size:95%; | ||
%% Application des styles | %% Application des styles | ||
| Ligne 84 : | Ligne 67 : | ||
class CITOYEN citoyen; | class CITOYEN citoyen; | ||
}} | }} | ||