From GamingWiki
Jump to: navigation, search
(Created page with "If a page is a book of a campaign, it is also a story of that campaign.")
 
(No difference)

Revision as of 17:46, 17 April 2011

If a page is a book of a campaign, it is also a story of that campaign.

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

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

"Template:((#ask: Is relationship of::Property:Book of campaign

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

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

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

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

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

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

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

</graphviz>