Template:VariableTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<graphviz>
{{#mermaid:sequenceDiagram
 
participant Alice
graph {
participant Bob
    a -- b;
  Alice->John: Hello John, how are you?
    b -- c;
  loop Healthcheck
    a -- c;
      John->John: Fight against hypochondria
     d -- c;
  end
     e -- c;
  Note right of John: Rational thoughts <br/>prevail...
     e -- a;
     John-->Alice: Great!
}
     John->Bob: How about you?
 
     Bob-->John: Jolly good!
</graphviz>
}}

Revision as of 16:34, 31 August 2023