Диаграмма соучастия
Материал из 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:Белова" [tooltip="Белова"] ; "User:Белова" [label ="", image="/var/www/html/www.letopisi.ru/extensions/CollaborationDiagram/user_icon.png" ]; "User:Maltaza" [tooltip="Maltaza"] ; "User:Maltaza" [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" ]; "User:John Doe" [tooltip="John Doe"] ; "User:John Doe" [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:Белова" -> "Белова О.С." [ penwidth=7.4023892056667 label=2] ; "User:Maltaza" -> "Белова О.С." [ penwidth=4.011074249467 label=1] ; "User:Putin H" -> "Белова О.С." [ penwidth=4.011074249467 label=1] ; "User:John Doe" -> "Белова О.С." [ penwidth=4.011074249467 label=1] ;}</graphviz>