From GamingWiki
Revision as of 16:06, 18 March 2011 by Dave (talk) (Created page with "A has type::string property indicating some FATE aspect. Usually any given character or other RPG object will have several instances of this property.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A has type::string property indicating some FATE aspect. Usually any given character or other RPG object will have several instances of this property.

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

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

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

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

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

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

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

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

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

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

</graphviz>