From GamingWiki
Revision as of 19:08, 27 November 2011 by Dave (talk)
Jump to: navigation, search

Draw a graph of the relationships of a character or other entity.

<graphviz border="frame" format="png" renderer="dot">

digraph character {
 {
 node [fontcolor=blue,fontsize=12];
 "David Shu" [URL="David Shu"];
 "Template:((#ask: Is relationship of::David Shu
     |mainlabel=-
     |?Has name=
     |?Has description=
     |format=array |propsep=" [URL="Template:((#ask: Is relationship of::David Shu
     |mainlabel=-
     |?Has name=
     |?Has description=
     |format=array |propsep="];"Template:))" [URL="Template:))"];
 "Template:((#ask: Is relationship of::+Has name::David Shu
     |mainlabel=-
     |?Is relationship of=
     |?Has description=
     |format=array |propsep=" [URL="Template:((#ask: Is relationship of::+Has name::David Shu
     |mainlabel=-
     |?Is relationship of=
     |?Has description=
     |format=array |propsep="];"Template:))" [URL="Template:))"];
 }
 edge [len=2,fontsize=10];
 "David Shu" -> "Template:((#ask: Is relationship of::David Shu
     |mainlabel=-
     |?Has name=
     |?Has description=
     |format=array |propsep=" [label="|sep="];"David Shu" -> "Template:))" [label=""];
 "Template:((#ask: Is relationship of::+Has name::David Shu
     |mainlabel=-
     |?Is relationship of=
     |?Has description=
     |format=array |propsep=" -> "David Shu" [label="|sep="];"Template:))" -> "David Shu" [label=""];
}

</graphviz>