From GamingWiki
Jump to: navigation, search

The real-world player (linked to the wiki user) controlling a character or otherwise associated with an RPG object.

Note: we would like to create a custom data type 'user' to handle this sort of property.

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

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

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

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

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

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

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

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

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

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

</graphviz>