Template:VariableTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
 
<graphviz>
 
digraph G {
{{#ask:
graph {
  [[{{PAGENAME}}]]
    a -- b;
  | mainLabel=Variable
    b -- c;
  | ?IsParameterOf = input parameter of
    a -- c;
    d -- c;
}}
    e -- c;
    e -- a;
}
}
>/graphviz>

Revision as of 13:50, 28 August 2023

<graphviz> digraph G { graph {

   a -- b;
   b -- c;
   a -- c;
   d -- c;
   e -- c;
   e -- a;

} } >/graphviz>