Difference between revisions of "Wgraph:Genealogy Data"

From FollowTheScore
Jump to: navigation, search
Line 12: Line 12:
 
{{Wgraph:Genealogy Person| Lena Scholz    |female|born=14.03.1994|father=Gero Scholz|mother=Rosa Scholz}}
 
{{Wgraph:Genealogy Person| Lena Scholz    |female|born=14.03.1994|father=Gero Scholz|mother=Rosa Scholz}}
  
[[Category:Wgraph]]
+
<noinclude>[[Category:Wgraph]]</noinclude>

Revision as of 14:14, 21 July 2007

node " Gero Scholz

"  { type  male
  label " Gero Scholz  
" "\n*" "24.09.1956" }


edge from " Gero Scholz

" to " Gero Scholz  
" "_info" { type info }
 node " Gero Scholz  
" "_info" { type info label "that & this" }

edge from " Gero Scholz

" to "Rosa Scholz" {type marriage label "02.01.1987" }

node " Rosa Scholz " { type female label " Rosa Scholz " "\n*" "05.07.1949" }


edge from " Rosa Scholz " to " Rosa Scholz " "_info" { type info }

 node " Rosa Scholz     " "_info" { type info label "this and that" }


node " Bernhard Scholz " { type male label " Bernhard Scholz " "\n*" "31.07.1987" } edge from " Bernhard Scholz " to "Rosa Scholz" {type mother} edge from " Bernhard Scholz " to "Gero Scholz" {type father}


node " Andreas Scholz " { type male label " Andreas Scholz " "\n*" "18.01.1989" } edge from " Andreas Scholz " to "Rosa Scholz" {type mother} edge from " Andreas Scholz " to "Gero Scholz" {type father}


node " Lena Scholz " { type female label " Lena Scholz " "\n*" "14.03.1994" } edge from " Lena Scholz " to "Rosa Scholz" {type mother} edge from " Lena Scholz " to "Gero Scholz" {type father}