Sandkasten: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „<graphviz> digraph G { bgcolor="transparent"; rankdir=LR; node [style=filled, color=black, fillcolor=lightblue shape=ellipse]; node [URL="/wikis.zum.de/kas/in…“)

Version vom 15. Januar 2012, 14:50 Uhr

<graphviz> digraph G {

 bgcolor="transparent";
 rankdir=LR;

node [style=filled, color=black, fillcolor=lightblue shape=ellipse]; node [URL="/wikis.zum.de/kas/index.php/\N"] "A" "B" "C"


"A" -> "B" -> "C" ; "B" -> "C" -> "A"; "C" -> "A" -> "B";


}

</graphviz>