From GamingWiki
(One intermediate revision by the same user not shown) | |||
Line 36: | Line 36: | ||
-->{{#tag: graphviz | | -->{{#tag: graphviz | | ||
− | digraph character { | + | digraph character { |
+ | rankdir=LR; | ||
node [fontcolor=blue,fontsize=12]; | node [fontcolor=blue,fontsize=12]; | ||
"{{#var:root}}" [URL="{{#var:root}}"]; | "{{#var:root}}" [URL="{{#var:root}}"]; |
Latest revision as of 18:51, 6 May 2014
Draw a graph of the relationships of a character or other entity.
|sep=,
|sep=,
<graphviz border="frame" format="png" renderer="dot">
digraph character { rankdir=LR; node [fontcolor=blue,fontsize=12]; "Maia Guarao" [URL="Maia Guarao"];
{ rank=same;
"Template:((#ask: Is relationship of::Maia Guarao
|mainlabel=- |?Has name= |?Has description= |format=array |propsep=" [URL="Template:((#ask: Is relationship of::Maia Guarao |mainlabel=- |?Has name= |?Has description= |format=array |propsep="];"Template:))" [URL="Template:))"];
{"Template:((#ask: Is relationship of::+Has name::Maia Guarao
|mainlabel=- |?Is relationship of= |?Has description= |format=array |propsep=" [URL="Template:((#ask: Is relationship of::+Has name::Maia Guarao |mainlabel=- |?Is relationship of= |?Has description= |format=array |propsep="]};{"Template:))" [URL="Template:))"]}; }
edge [fontsize=9];
"Maia Guarao" -> "Template:((#ask: Is relationship of::Maia Guarao
|mainlabel=- |?Has name= |?Has description= |format=array |propsep=" [label="|sep="];"Maia Guarao" -> "Template:))" [label=""];
"Template:((#ask: Is relationship of::+Has name::Maia Guarao
|mainlabel=- |?Is relationship of= |?Has description= |format=array |propsep=" -> "Maia Guarao" [label="|sep="];"Template:))" -> "Maia Guarao" [label=""];
}
</graphviz>