Mediawiki Extension Flex Diagrams: Difference between revisions
Appearance
Ttenbergen (talk | contribs) Created page with "== Mermaid == This should display the diagram on Mermaid:Mermaid Test between the aaa and the bbb. aaa {{#display_diagram:Mermaid:Mermaid Test}} bbb == Gantt == This should display the diagram on Gantt:Gantt Test between the aaa and the bbb. aaa commented out because only one allowed per page <!-- {{#display_diagram:Gantt:Gantt Test}} --> bbb == BPMN == This should display the diagram on BPMN :BPMN Test between the aaa and the bbb. aaa {{#display_diagram..." |
Ttenbergen (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[https://www.mediawiki.org/wiki/Extension_talk:Flex_Diagrams {{PAGENAME}}] is an extension to [[Mediawiki]] that displays graphs that have been entered as code. | |||
== Mermaid == | == Mermaid == | ||
Here is an example in [https://mermaid-js.github.io/mermaid/#/ mermaid] (see [https://mermaid.live live editor] to test code). The code is stored at [[Mermaid:Mermaid Test]]. | |||
{{#display_diagram:Mermaid:Mermaid Test}} | {{#display_diagram:Mermaid:Mermaid Test}} | ||
== Gantt == | == Gantt == | ||
Flex Diagrams can do Gantt charts. Only one Flex Diagram is allowed per page, so see example at [[Gantt:Gantt Test]]. | |||
<!-- {{#display_diagram:Gantt:Gantt Test}} --> | |||
== BPMN == | |||
Flex Diagrams can do BPMNs. Only one Flex Diagram is allowed per page, so see example at [[BPMN :BPMN Test]]. | |||
<!--{{#display_diagram:BPMN :BPMN Test}}--> | |||
{{WhatLinksHere}} | |||
[[Category:Mediawiki]] | |||
[[Category:Toolbox]] | |||
[[Category:Software]] |
Latest revision as of 07:51, 2021 November 19
Mediawiki Extension Flex Diagrams is an extension to Mediawiki that displays graphs that have been entered as code.
Mermaid
Here is an example in mermaid (see live editor to test code). The code is stored at Mermaid:Mermaid Test.
graph TD
Start --> Stop
Gantt
Flex Diagrams can do Gantt charts. Only one Flex Diagram is allowed per page, so see example at Gantt:Gantt Test.
BPMN
Flex Diagrams can do BPMNs. Only one Flex Diagram is allowed per page, so see example at BPMN :BPMN Test.
Related articles
Related articles: |