From GamingWiki
Jump to: navigation, search
Associates a location to some game object, such as a story.
<graphviz border="frame" format="png" renderer="dot">
digraph character {
rankdir=LR;
node [fontcolor=blue,fontsize=12];
"Property:Location" [URL="Property:Location"];
{ rank=same;
"Template:((#ask: Is relationship of::Property:Location
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep=" [URL="Template:((#ask: Is relationship of::Property:Location
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep="];"Template:))" [URL="Template:))"];
{"Template:((#ask: Is relationship of::+Has name::Property:Location
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep=" [URL="Template:((#ask: Is relationship of::+Has name::Property:Location
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep="]};{"Template:))" [URL="Template:))"]};
}
edge [fontsize=9];
"Property:Location" -> "Template:((#ask: Is relationship of::Property:Location
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep=" [label="|sep="];"Property:Location" -> "Template:))" [label=""];
"Template:((#ask: Is relationship of::+Has name::Property:Location
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep=" -> "Property:Location" [label="|sep="];"Template:))" -> "Property:Location" [label=""];
}
</graphviz>