Difference between revisions of "Test1"

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

Revision as of 00:17, 21 February 2008

{{#wgraph: svg | thumb = 40 |

 node wgl         { type datum     label "text notation\n-- WGL --" }
 edge wgl wgraph  { kind rightnear color ping }
 node wgraph      { type process  label "Wgraph\nmediawiki extension" }
 edge wgraph gdl  { }
 node gdl         { type datum     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 datum     label "image\n-- png, svg --" 
                    shape hexagon }
 nodetype datum   { shape ellipse, color lightyellow,
                    bordercolor khaki, height 60 }
 nodetype process { shape box color lightmagenta 
                    bordercolor magenta height 60 }
 xspace=70, yspace=100

}}