WikiMSK:Sandbox/box2: Difference between revisions

From WikiMSK
No edit summary
No edit summary
 
(7 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 22: Line 21:
  Add to mermaid                      :1d
  Add to mermaid                      :1d
}}
}}
{{#mermaid:graph LR;
A-->B;
click A "https://sandbox.semantic-mediawiki.org/wiki/A" "This is the tooltip for a link to page A."
click B "https://sandbox.semantic-mediawiki.org/wiki/B" "This is the tooltip for a link to page B."
}}




Line 41: Line 33:
     Alice->>John: Hello John, how are you?
     Alice->>John: Hello John, how are you?
     John-->>Alice: Great!
     John-->>Alice: Great!
}}
{{#mermaid:flowchart TB
    c1-->a2
    subgraph one
    a1-->a2
    end
    subgraph two
    b1-->b2
    end
    subgraph three
    c1-->c2
    end
    one --> two
    three --> two
    two --> c2
}}
}}

Latest revision as of 19:52, 29 August 2020