From GamingWiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
-->{{#vardefine: root | {{{root|{{PAGENAME}}}}} }}<!--
 
-->{{#vardefine: root | {{{root|{{PAGENAME}}}}} }}<!--
  
--><noinclude>{{#vardefine: root | Xu Xi Meng }}</noinclude><!--
+
--><noinclude>{{#vardefine: root | Maia Guarao }}</noinclude><!--
  
 
-->{{#hashdefine: relhash |<!--
 
-->{{#hashdefine: relhash |<!--
Line 23: Line 23:
 
-->}}<!--
 
-->}}<!--
  
-->{{#if: {{#hashprint: relhash}}{{#hashprint: invhash}}|<!--
+
-->{{#vardefine:hasrel|{{#if: {{#hashprint: relhash}}|1}}}}<!--
 +
-->{{#vardefine:hasinv|{{#if: {{#hashprint: invhash}}|1}}}}<!--
 +
 
 +
--><noinclude>{{#tag:pre|{{#hashprint: relhash}} }}</noinclude><!--
 +
--><noinclude>{{#tag:pre|{{#hashprint: invhash}} }}</noinclude><!--
 +
 
 +
-->{{#if: {{#var:hasrel}}{{#var:hasinv}}|<!--
 +
 
 +
    Trim out "<MANY>" from descriptions
 +
-->{{#hashprint: relhash ||%%%%|@@@@|{{#if:{{#explode:@@@@|<MANY>|1}}|{{#hashinclude:relhash|%%%%={{#explode:@@@@|<MANY>|0}}}}}}}}<!--
 +
-->{{#hashprint: invhash ||%%%%|@@@@|{{#if:{{#explode:@@@@|<MANY>|1}}|{{#hashinclude:invhash|%%%%={{#explode:@@@@|<MANY>|0}}}}}}}}<!--
  
 
-->{{#tag: graphviz |
 
-->{{#tag: graphviz |
 
  digraph character {
 
  digraph character {
 +
  rankdir=LR;
 
   node [fontcolor=blue,fontsize=12];
 
   node [fontcolor=blue,fontsize=12];
  edge [len=2,fontsize=10];
 
 
   "{{#var:root}}" [URL="{{#var:root}}"];
 
   "{{#var:root}}" [URL="{{#var:root}}"];
  
{{#if: {{#hashprint: relhash}}|{{#hashprint: relhash ||%%%% |@@@@ |{{#if: %%%%|
+
  { rank=same;
   "{{#var:root}}" -> {"%%%%" [URL="%%%%"]} [label="@@@@"];
+
{{#if: {{#var:hasrel}}|{{#hashprint: relhash ||%%%% |@@@@ |{{#if: %%%%|
 +
   "%%%%" [URL="%%%%"];
 
}}}}}}
 
}}}}}}
 +
{{#if: {{#var:hasinv}}|{{#hashprint: invhash ||%%%% |@@@@ |{{#if: %%%%|
 +
  {"%%%%" [URL="%%%%"]};
 +
}}}}}}
 +
  }
  
{{#if: {{#hashprint: invhash}}|{{#hashprint: invhash ||%%%% |@@@@ |{{#if: %%%%|
+
  edge [fontsize=9];
   {"%%%%" [URL="%%%%"]} -> "{{#var:root}}" [label="@@@@"];
+
{{#if: {{#var:hasrel}}|{{#hashprint: relhash ||%%%% |@@@@ |{{#if: %%%%|
 +
   "{{#var:root}}" -> "%%%%" [label="@@@@"];
 +
}}}}}}
 +
{{#if: {{#var:hasinv}}|{{#hashprint: invhash ||%%%% |@@@@ |{{#if: %%%%|
 +
  "%%%%" -> "{{#var:root}}" [label="@@@@"];
 
}}}}}}
 
}}}}}}
  
 
  }
 
  }
|border=frame |format=png |renderer=dot }}<!--
+
|border=frame |format=png |renderer=dot }}<!-- endtag
  
-->}}<!-- endifeq
+
-->}}<!-- endif
  
 
--></onlyinclude>
 
--></onlyinclude>

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>