A Paragraph that shows a node-and-edge graph of a collection of interrelated pages.
Like this:
DOT strict digraph rankdir=LR node [style=filled fillcolor=lightyellow penwidth=3 color=black fontname="Helvetica"] HERE NODE node [style=filled fillcolor=white penwidth=3 color=black] LINKS HERE -> NODE node [style="filled,rounded,dotted" fillcolor=white] edge [style=dotted] HERE NODE BACKLINKS NODE -> HERE STATIC strict digraph {rankdir=LR node [style=filled fillcolor=lightyellow penwidth=3 color=black fontname="Helvetica"] "Create a Graph Showing Incoming and Outgoing Links" node [style=filled fillcolor=white penwidth=3 color=black] "Create a Graph Showing Incoming and Outgoing Links" -> "Create a Graph" "Create a Graph Showing Incoming and Outgoing Links" -> "Toggle Editing Mode" "Create a Graph Showing Incoming and Outgoing Links" -> "Create a Graph" "Create a Graph Showing Incoming and Outgoing Links" -> "Graphviz Algorithmic Markup" node [style="filled,rounded,dotted" fillcolor=white] edge [style=dotted] "Create a Graph Showing Incoming and Outgoing Links" "Page Contents" -> "Create a Graph Showing Incoming and Outgoing Links" "Create a Graph" -> "Create a Graph Showing Incoming and Outgoing Links" "Graphviz Algorithmic Markup" -> "Create a Graph Showing Incoming and Outgoing Links"}
Such graphs are created with the Graphviz Factory. See Step-By-Step Page Graph for a tutorial or About Graphviz Plugin for the reference documentation.