Difference between revisions of "Mermaid"

From BITPlan Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
|storemode=property
 
|storemode=property
 
|since=2017-12-30
 
|since=2017-12-30
 +
}}
 +
= Examples =
 +
== Sequence Diagram ==
 +
{{#mermaid:sequenceDiagram
 +
participant Alice
 +
participant Bob
 +
  Alice->John: Hello John, how are you?
 +
  loop Healthcheck
 +
      John->John: Fight against hypochondria
 +
  end
 +
  Note right of John: Rational thoughts <br/>prevail...
 +
    John-->Alice: Great!
 +
    John->Bob: How about you?
 +
    Bob-->John: Jolly good!
 
}}
 
}}

Revision as of 17:40, 6 July 2021

Extension
edit
name  Mermaid
url  https://github.com/SemanticMediaWiki/Mermaid
purpose  This extension provides the #mermaid parser function to support the generation of diagrams and flowcharts with the help of the mermaid script language.
since  2017-12-30
wiki  

Examples

Sequence Diagram