WikiMSK:Sandbox/box2: Difference between revisions

From WikiMSK
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#mermaid:graph TD;
{{#mermaid:graph LR;
  A-->B;
  A-->B;
  A-->C;
  click A "https://sandbox.semantic-mediawiki.org/wiki/A" "This is the tooltip for a link to page A."
  B-->D;
  click B "https://sandbox.semantic-mediawiki.org/wiki/B" "This is the tooltip for a link to page B."
C-->D;
}}
}}


Line 23: Line 22:
}}
}}


{{#mermaid:graph LR;
 
A-->B;
{{#mermaid:pie title Pets adopted by volunteers
click A "https://sandbox.semantic-mediawiki.org/wiki/A" "This is the tooltip for a link to page A."
    "Dogs" : 386
click B "https://sandbox.semantic-mediawiki.org/wiki/B" "This is the tooltip for a link to page B."
    "Cats" : 85
    "Rats" : 15
}}
}}


{{#mermaid:classDiagram
 
     class Animal
{{#mermaid:sequenceDiagram
     Vehicle <|-- Car
     Alice->>John: Hello John, how are you?
     John-->>Alice: Great!
}}
}}

Latest revision as of 19:52, 29 August 2020