Difference between revisions of "Wgraph:Genealogy Graph"

From FollowTheScore
Jump to: navigation, search
(New page: nodetype male { shape box color #ddddff bordercolor #9999ff width 140 textwidth 20 } nodetype female { shape box color #ffdddd bordercolor #ff9999 width 140 textwidth 20 } edget...)
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
   nodetype female  { shape box color #ffdddd bordercolor #ff9999 width 140 textwidth 20 }
 
   nodetype female  { shape box color #ffdddd bordercolor #ff9999 width 140 textwidth 20 }
  
   edgetype father  { color #7777ff }
+
   edgetype father  { color #7777ff backarrowsize 10 backarrowstyle solid arrowsize 0 }
   edgetype mother  { color #ff7777 }
+
   edgetype mother  { color #ff7777 backarrowsize 10 backarrowstyle solid arrowsize 0 }
 
   edgetype marriage { kind rightnear arrowstyle line  backarrowstyle line backarrowsize 10 color #ff77ff }
 
   edgetype marriage { kind rightnear arrowstyle line  backarrowstyle line backarrowsize 10 color #ff77ff }
  
Line 15: Line 15:
 
   orientation bottom_to_top
 
   orientation bottom_to_top
 
   splines yes
 
   splines yes
 +
 +
<noinclude>[[Category:Wgraph]]</noinclude>

Latest revision as of 20:41, 5 October 2007

 nodetype male    { shape box color #ddddff bordercolor #9999ff width 140 textwidth 20 }
 nodetype female  { shape box color #ffdddd bordercolor #ff9999 width 140 textwidth 20 }
 edgetype father   { color #7777ff backarrowsize 10 backarrowstyle solid arrowsize 0 }
 edgetype mother   { color #ff7777 backarrowsize 10 backarrowstyle solid arrowsize 0 }
 edgetype marriage { kind rightnear arrowstyle line  backarrowstyle line backarrowsize 10 color #ff77ff }
 nodetype info     { color #f0f0f0 borderstyle dashed bordercolor #e0e0e0 }
 edgetype info     { kind near arrowstyle none linestyle dotted color lightgray }
 nodetype 'undefined node' { bordercolor red 
                          // label '%%?' 
 }
 orientation bottom_to_top
 splines yes