Difference between revisions of "Mermaid"

From BITPlan Wiki
Jump to navigation Jump to search
Line 37: Line 37:
 
   size()
 
   size()
 
}
 
}
 +
}}
 +
== ER Diagram ==
 +
{{#mermaid:erDiagram
 +
PERSON {
 +
        string firstName
 +
        string lastName
 +
        int age
 +
    }
 
}}
 
}}

Revision as of 18:26, 20 February 2023

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

Class Diagram

ER Diagram