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 ==
== Test Mermaid ==
{{#mermaid:
{{#mermaid:
%%{init: { theme: forest }}%%
graph LR
graph LR
     A[Wiki Data] --> B((SMW #ask Query));
     A[Wiki Data] --> B((SMW #ask Query));
Line 7: Line 6:
     C --> D[Mermaid Syntax];
     C --> D[Mermaid Syntax];
     D --> E((Rendered Graph));
     D --> E((Rendered Graph));
    style A fill:#f9f9f9,stroke:#333333,stroke-width:2px;
    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:09, 28 August 2025

Test Mermaid