|
|
| Ligne 1 : |
Ligne 1 : |
| {{#mermaid: | | {{#mermaid:sequenceDiagram |
| graph TD
| | participant Alice |
| A[📄 Page : {{#invoke:PageInfo|getInfo|Architecte}}]:::main
| | participant Bob |
| | | Alice->John: Hello John, how are you? |
| A --> B["'''Titre :''' {{#invoke:PageInfo|getTitle|Architecte}}"]:::field
| | loop Healthcheck |
| A --> C["'''Description :''' {{#invoke:PageInfo|getDescription|Architecte}}"]:::field
| | John->John: Fight against hypochondria |
| A --> D["'''URL :''' {{#invoke:PageInfo|getUrl|Architecte}}"]:::field
| | end |
| A --> E["'''Namespace :''' {{#invoke:PageInfo|getNamespace|Architecte}}"]:::field
| | Note right of John: Rational thoughts <br/>prevail... |
| A --> F["'''Catégories :''' {{#invoke:PageInfo|getCategories|Architecte}}"]:::field
| | John-->Alice: Great! |
| A --> G["'''Taille :''' {{#invoke:PageInfo|getSize|Architecte}} caractères"]:::field
| | John->Bob: How about you? |
| A --> H["'''Sections :''' {{#invoke:PageInfo|countSections|Architecte}}"]:::field
| | Bob-->John: Jolly good! |
| A --> I["'''Protégée :''' {{#invoke:PageInfo|isProtected|Architecte}}"]:::field
| |
| A --> J["'''Redirection :''' {{#invoke:PageInfo|isRedirect|Architecte}}"]:::field
| |
| A --> K["'''ID :''' {{#invoke:PageInfo|getId|Architecte}}"]:::field
| |
| A --> L["'''Titre complet :''' {{#invoke:PageInfo|getFullTitle|Architecte}}"]:::field
| |
| A --> M["'''Image principale :''' {{#invoke:PageInfo|getMainImage|Architecte}}"]:::media
| |
| | |
| %% Styles
| |
| classDef main fill:#f5f2ff,stroke:#6a5acd,stroke-width:2px,color:#2c2c54,font-weight:bold;
| |
| classDef field fill:#f0f0f0,stroke:#999,stroke-width:1px,color:#333,rx:6,ry:6;
| |
| classDef media fill:#e0f7fa,stroke:#00acc1,stroke-width:1px,color:#004d40,font-weight:bold;
| |
| | |
| style A fill:#e8e0ff,stroke:#6a5acd,stroke-width:2px;
| |
| }} | | }} |
|
| |
|