Материал из Letopisi.Ru — «Время вернуться домой»
[развернуть] Код Графвиза, с которым можно поиграть (см. правее):
<graphviz>
digraph W {
layout = "neato";
node[fontsize="10", fontcolor="blue", nodesep=2, shape="none", style=""] ;
edge [arrowhead=normal, arrowsize=0.4,len=2.5];
node [URL="/index.php?title=\N"] ;
"User:Maxim" [tooltip="Maxim"] ;
"User:Maxim" [label ="", image="/var/www/html/www.letopisi.ru/extensions/CollaborationDiagram/user_icon.png" ];
"User:Putin H" [tooltip="Putin H"] ;
"User:Putin H" [label ="", image="/var/www/html/www.letopisi.ru/extensions/CollaborationDiagram/user_icon.png" ];
"Баурсаки" [image="/var/www/html/www.letopisi.ru/extensions/CollaborationDiagram/article_icon.png" tooltip="Баурсаки" label=""];
"User:Maxim" -> "Баурсаки" [ penwidth=12.311547334579 label=3] ;
"User:Putin H" -> "Баурсаки" [ penwidth=4.9091581289126 label=1] ;}</graphviz>