Difference between revisions of "Wgraph:Genealogy Data"

From FollowTheScore
Jump to: navigation, search
 
Line 1: Line 1:
 
{{Wgraph:Genealogy Person
 
{{Wgraph:Genealogy Person
| Gero Scholz  
+
  | John Smith  
| male
+
  | male
| born = 24.09.1956
+
  | born = 21.06.1952
| info = that & this
+
  | info = that & this
| married to = Rosa Scholz
+
  | married to = Bella Smith
| marriage=02.01.1987
+
  | marriage=01.03.1985
 
}}
 
}}
{{Wgraph:Genealogy Person| Rosa Scholz     |female|born=05.07.1949|info=this and that}}
+
{{Wgraph:Genealogy Person| Bella Smith     |female|born=03.04.1955|info=this and that}}
{{Wgraph:Genealogy Person| Bernhard Scholz |male  |born=31.07.1987|father=Gero Scholz|mother=Rosa Scholz}}
+
{{Wgraph:Genealogy Person| Dave Smith      |male  |born=30.05.1986|father=John Smith|mother=Bella Smith}}
{{Wgraph:Genealogy Person| Andreas Scholz  |male  |born=18.01.1989|father=Gero Scholz|mother=Rosa Scholz}}
+
{{Wgraph:Genealogy Person| Paul Smith      |male  |born=28.02.1988|father=John Smith|mother=Bella Smith}}
{{Wgraph:Genealogy Person| Lena Scholz     |female|born=14.03.1994|father=Gero Scholz|mother=Rosa Scholz}}
+
{{Wgraph:Genealogy Person| Susan Smith     |female|born=04.06.1995|father=John Smith|mother=Bella Smith}}
  
 
<noinclude>[[Category:Wgraph]]</noinclude>
 
<noinclude>[[Category:Wgraph]]</noinclude>

Latest revision as of 21:48, 17 October 2009

node " John Smith

  "  { type  male
    label " John Smith  
  " "\n*" "21.06.1952" }


edge from " John Smith

  " to " John Smith  
  " "_info" { type info }
 node " John Smith  
  " "_info" { type info label "that & this" }

edge from " John Smith

  " to "Bella Smith" {type marriage label "01.03.1985" }

node " Bella Smith " { type female label " Bella Smith " "\n*" "03.04.1955" }


edge from " Bella Smith " to " Bella Smith " "_info" { type info }

 node " Bella Smith     " "_info" { type info label "this and that" }


node " Dave Smith " { type male label " Dave Smith " "\n*" "30.05.1986" } edge from " Dave Smith " to "Bella Smith" {type mother} edge from " Dave Smith " to "John Smith" {type father}


node " Paul Smith " { type male label " Paul Smith " "\n*" "28.02.1988" } edge from " Paul Smith " to "Bella Smith" {type mother} edge from " Paul Smith " to "John Smith" {type father}


node " Susan Smith " { type female label " Susan Smith " "\n*" "04.06.1995" } edge from " Susan Smith " to "Bella Smith" {type mother} edge from " Susan Smith " to "John Smith" {type father}