Test1
From FollowTheScore
{{#wgraph: svg | thumb = 40 |
node wgl { type data label "text notation\n-- WGL --" } edge wgl wgraph { kind rightnear color red } node wgraph { type process label "Wgraph\nmediawiki extension" } edge wgraph gdl { } node gdl { type data label "graph definition\n-- GDL --" } edge gdl aisee { } node aisee { type process label "aiSee\nlayout generator" href aiSee } // hyperlink to article (only svg) edge aisee img { kind leftnear color blue } node img { type data label "image\n-- png, svg --" shape hexagon } nodetype data { shape ellipse, color lightyellow, bordercolor khaki, height 60 } nodetype process { shape box color lightmagenta bordercolor magenta height 60 } xspace=70, yspace=100
}}