From GamingWiki
(9 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
-->{{#vardefine: root | {{{root|{{PAGENAME}}}}} }}<!-- | -->{{#vardefine: root | {{{root|{{PAGENAME}}}}} }}<!-- | ||
− | --><noinclude>{{#vardefine: root | | + | --><noinclude>{{#vardefine: root | Maia Guarao }}</noinclude><!-- |
-->{{#hashdefine: relhash |<!-- | -->{{#hashdefine: relhash |<!-- | ||
Line 23: | Line 23: | ||
-->}}<!-- | -->}}<!-- | ||
− | -->{{# | + | -->{{#vardefine:hasrel|{{#if: {{#hashprint: relhash}}|1}}}}<!-- |
+ | -->{{#vardefine:hasinv|{{#if: {{#hashprint: invhash}}|1}}}}<!-- | ||
− | -->{{#tag:graphviz | | + | --><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 | | ||
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}}"]; | ||
− | {{#hashprint: relhash | | + | |
− | + | { rank=same; | |
+ | {{#if: {{#var:hasrel}}|{{#hashprint: relhash ||%%%% |@@@@ |{{#if: %%%%| | ||
+ | "%%%%" [URL="%%%%"]; | ||
+ | }}}}}} | ||
+ | {{#if: {{#var:hasinv}}|{{#hashprint: invhash ||%%%% |@@@@ |{{#if: %%%%| | ||
+ | {"%%%%" [URL="%%%%"]}; | ||
+ | }}}}}} | ||
} | } | ||
− | edge [ | + | |
− | + | edge [fontsize=9]; | |
− | + | {{#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 |
− | -->}}<!-- | + | -->}}<!-- 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>