From GamingWiki
Jump to: navigation, search
A has type::string title of a story or other entity.
<graphviz border="frame" format="png" renderer="dot">
digraph character {
rankdir=LR;
node [fontcolor=blue,fontsize=12];
"Property:Title" [URL="Property:Title"];
{ rank=same;
"Template:((#ask: Is relationship of::Property:Title
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep=" [URL="Template:((#ask: Is relationship of::Property:Title
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep="];"Template:))" [URL="Template:))"];
{"Template:((#ask: Is relationship of::+Has name::Property:Title
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep=" [URL="Template:((#ask: Is relationship of::+Has name::Property:Title
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep="]};{"Template:))" [URL="Template:))"]};
}
edge [fontsize=9];
"Property:Title" -> "Template:((#ask: Is relationship of::Property:Title
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep=" [label="|sep="];"Property:Title" -> "Template:))" [label=""];
"Template:((#ask: Is relationship of::+Has name::Property:Title
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep=" -> "Property:Title" [label="|sep="];"Template:))" -> "Property:Title" [label=""];
}
</graphviz>