From GamingWiki
Jump to: navigation, search

The "PS" on a page is a block of has type::text that is to appear on the page itself, but not in the description as included on other pages.

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

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

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

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

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

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

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

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

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

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

</graphviz>