Template:MermaidDiagram: Difference between revisions

From OODA WIKI
Jump to navigation Jump to search
AdminIsidore (talk | contribs)
No edit summary
AdminIsidore (talk | contribs)
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#mermaid:
{{#mermaid:
graph LR
graph LR
     A[Wiki Data] --> B(({{{1|SMW #ask Query}}}));
     A[Data] --> B[{{{1|Query}}}];
     B --> C{Template};
     B --> C[Tmpl];
     C --> D[Mermaid Syntax];
     C --> D[Syntax];
     D --> E((Rendered Graph));
     D --> E[Graph];
     style A fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px;
     style A fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px;font-size:12px;
     style B fill:#bbdefb,stroke:#1565c0,stroke-width:2px;
     style B fill:#bbdefb,stroke:#1565c0,stroke-width:2px;font-size:12px;
     style C fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px;
     style C fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px;font-size:12px;
     style D fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px;
     style D fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px;font-size:12px;
     style E fill:#bbdefb,stroke:#1565c0,stroke-width:2px;
     style E fill:#bbdefb,stroke:#1565c0,stroke-width:2px;font-size:12px;
}}
}}

Latest revision as of 21:44, 28 August 2025