Difference between revisions of "Mermaid"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 37: | Line 37: | ||
size() | size() | ||
} | } | ||
+ | }} | ||
+ | == ER Diagram == | ||
+ | {{#mermaid: | ||
+ | erDiagram | ||
+ | C_AR ||--o{ NAMED-DRIVER : allows | ||
+ | C_AR { | ||
+ | string registrationNumber | ||
+ | string make | ||
+ | string model | ||
+ | } | ||
+ | PERSON ||--o{ NAMED-DRIVER : is | ||
+ | PERSON { | ||
+ | string firstName | ||
+ | string lastName | ||
+ | int age | ||
+ | } | ||
}} | }} |
Latest revision as of 17:27, 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 |