Sandbox: Difference between revisions

From OODA WIKI
Jump to navigation Jump to search
AdminIsidore (talk | contribs)
No edit summary
AdminIsidore (talk | contribs)
No edit summary
Line 1: Line 1:
== Test Mermaid ==
== Dynamic Mermaid ==
{{#mermaid:
{{#ask: [[Category:Glossary]]
graph LR
|?Glossary-Term
    A[Wiki Data] --> B((SMW #ask Query));
|format=template
    B --> C{Template};
|template=MermaidDiagram
    C --> D[Mermaid Syntax];
|introtemplate=MermaidHeader
    D --> E((Rendered Graph));
|outrotemplate=MermaidFooter
    style A fill:#f9f9f9,stroke:#333333,stroke-width:2px;
|link=none
    style B fill:#bbdefb,stroke:#1565c0,stroke-width:2px;
    style C fill:#f9f9f9,stroke:#333333,stroke-width:2px;
    style D fill:#f9f9f9,stroke:#333333,stroke-width:2px;
    style E fill:#bbdefb,stroke:#1565c0,stroke-width:2px;
}}
}}

Revision as of 21:11, 28 August 2025

Dynamic Mermaid