From GamingWiki
Revision as of 15:22, 14 March 2011 by Dave (talk) (Created page with "The real-world player (linked to the wiki has type::user) controlling a character or otherwise associated with an RPG object.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

<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>