Sandbox: Difference between revisions

Jump to navigation Jump to search
AdminIsidore (talk | contribs)
No edit summary
AdminIsidore (talk | contribs)
No edit summary
Tag: Reverted
Line 1: Line 1:
== Test Mermaid ==
== Test Mermaid ==
{{#mermaid:
{{#mermaid:
%%{init: {'theme': 'forest', 'flowchart': {'width': 600, 'useMaxWidth': false}}}%%
graph LR
graph LR
     A[Wiki Data] --> B((SMW #ask Query));
     A[Wiki Data] --> B((SMW #ask Query));
Line 6: Line 7:
     C --> D[Mermaid Syntax];
     C --> D[Mermaid Syntax];
     D --> E((Rendered Graph));
     D --> E((Rendered Graph));
    classDef default fill:#f9f9f9,stroke:#333333,stroke-width:2px;
    classDef circle fill:#bbdefb,stroke:#1565c0,stroke-width:2px;
    class A,B,C,D,E default;
    class B,E circle;
}}
}}