Difference between revisions of "Wgraph:Genealogy Graph"
From FollowTheScore
(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...) |
|||
| Line 15: | Line 15: | ||
orientation bottom_to_top | orientation bottom_to_top | ||
splines yes | splines yes | ||
| + | |||
| + | <noinclude>[[Category:Wgraph]]</noinclude> | ||
Revision as of 13:11, 21 July 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 }
edgetype mother { color #ff7777 }
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