From GamingWiki
Jump to: navigation, search
Indicates the game system (or systems) a particular skill belongs to.
<graphviz border="frame" format="png" renderer="dot">
digraph character {
rankdir=LR;
node [fontcolor=blue,fontsize=12];
"Property:Skill in system" [URL="Property:Skill in system"];
{ rank=same;
"Template:((#ask: Is relationship of::Property:Skill in system
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep=" [URL="Template:((#ask: Is relationship of::Property:Skill in system
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep="];"Template:))" [URL="Template:))"];
{"Template:((#ask: Is relationship of::+Has name::Property:Skill in system
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep=" [URL="Template:((#ask: Is relationship of::+Has name::Property:Skill in system
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep="]};{"Template:))" [URL="Template:))"]};
}
edge [fontsize=9];
"Property:Skill in system" -> "Template:((#ask: Is relationship of::Property:Skill in system
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep=" [label="|sep="];"Property:Skill in system" -> "Template:))" [label=""];
"Template:((#ask: Is relationship of::+Has name::Property:Skill in system
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep=" -> "Property:Skill in system" [label="|sep="];"Template:))" -> "Property:Skill in system" [label=""];
}
</graphviz>