From GamingWiki
Jump to: navigation, search

This property is a has type::record, with fields of types has fields:: page; string. The first field is an entity to whom the current entity is related, and the second is a description of the relationship. This description should be phrased in such a way that appending the entity's name should form a coherent description. For example, "is daughter of" rather than "is my father".

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

digraph character {
 rankdir=LR;
 node [fontcolor=blue,fontsize=12];
 "Property:Has relationship" [URL="Property:Has relationship"];
 { rank=same;

"Template:((#ask: Is relationship of::Property:Has relationship

     |mainlabel=-
     |?Has name=
     |?Has description=
     |format=array |propsep=" [URL="Template:((#ask: Is relationship of::Property:Has relationship
     |mainlabel=-
     |?Has name=
     |?Has description=
     |format=array |propsep="];"Template:))" [URL="Template:))"];

{"Template:((#ask: Is relationship of::+Has name::Property:Has relationship

     |mainlabel=-
     |?Is relationship of=
     |?Has description=
     |format=array |propsep=" [URL="Template:((#ask: Is relationship of::+Has name::Property:Has relationship
     |mainlabel=-
     |?Is relationship of=
     |?Has description=
     |format=array |propsep="]};{"Template:))" [URL="Template:))"]};
 }
 edge [fontsize=9];

"Property:Has relationship" -> "Template:((#ask: Is relationship of::Property:Has relationship

     |mainlabel=-
     |?Has name=
     |?Has description=
     |format=array |propsep=" [label="|sep="];"Property:Has relationship" -> "Template:))" [label=""];

"Template:((#ask: Is relationship of::+Has name::Property:Has relationship

     |mainlabel=-
     |?Is relationship of=
     |?Has description=
     |format=array |propsep=" -> "Property:Has relationship" [label="|sep="];"Template:))" -> "Property:Has relationship" [label=""];
}

</graphviz>