OODA WIKI:Mermaid Graph Test: Difference between revisions

Jump to navigation Jump to search
AdminIsidore (talk | contribs)
No edit summary
AdminIsidore (talk | contribs)
No edit summary
Tag: Manual revert
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page tests the dynamic generation of a Mermaid graph from Semantic MediaWiki data.
{{#mermaid:
{{#mermaid:
graph TD;
graph TD;
Line 6: Line 4:
  [[Category:Graph Example]]
  [[Category:Graph Example]]
  [[Connects to::+]]
  [[Connects to::+]]
  |? <!-- This becomes parameter {{{1}}} for the template -->
  |?
  |?Connects to <!-- This becomes parameter {{{2}}} for the template -->
  |?Connects to
  |format=template
  |format=plainlist
  |template=MermaidRelationship
  |template=MermaidRelationship
  |link=none
  |link=none
  |sep=
  |sep=
|import-annotation=true
}}
}}
}}
}}