Sandbox: Difference between revisions

Jump to navigation Jump to search
AdminIsidore (talk | contribs)
No edit summary
Tag: Reverted
CanisMolossus (talk | contribs)
m Bot: Test edit
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Test Mermaid ==
== Test Mermaid ==
{{#mermaid:
{{#mermaid:
%%{init: {'theme': 'forest', 'flowchart': {'width': 600, 'useMaxWidth': false}}}%%
graph TD
graph LR
    {{#ask:
    A[Wiki Data] --> B((SMW #ask Query));
    [[Category:Musica]] [[Musica Is component of::+]]
    B --> C{Template};
    |mainlabel=Source
    C --> D[Mermaid Syntax];
    |?Musica Is component of=Target
     D --> E((Rendered Graph));
    |format=plainlist
     classDef default fill:#f9f9f9,stroke:#333333,stroke-width:2px;
    |template=MermaidRelationship
    classDef circle fill:#bbdefb,stroke:#1565c0,stroke-width:2px;
    |link=none
    class A,B,C,D,E default;
    |limit=100
    class B,E circle;
    |sep=%0A
    |default="No Data" --> "None"
    |import-annotation=yes
     }}
     classDef default fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px,font-size:12px;
}}
}}
Test edit by CanisMolossus
Test edit by CanisMolossus
Test edit by CanisMolossus
Test edit by CanisMolossus
Test edit by CanisMolossus