Test: Difference between revisions

From ARIS
Jump to navigation Jump to search
Blanca (talk | contribs)
No edit summary
Alberto (talk | contribs)
Blanked the page
Tag: Blanking
 
(12 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div style="float:right; margin: 0px 0px 0px 0px">
 
<graphviz border="frame" format="svg">
digraph AdministrationDiagram {
  node [shape=oval style=filled fillcolor=orange fontsize="7pt"];
  //----- System Administration graph
    // Nodes
    SystemAdministration [label="System Administration"];
    GenericAdmin [label="Generic" URL="[[#Generic]]"];
    TechnicalAdmin [label="Technical" URL="[[#Technical]]"];
    // Edges
    SystemAdministration -> GenericAdmin;
    SystemAdministration -> TechnicalAdmin;
}
</graphviz>
</div>

Latest revision as of 16:11, 13 January 2024