Here is the page that is the template for main navigational diagram used in this wiki. Changes to the code in this diagram will change the drawing of all those diagrams that reference this page.
DOT strict digraph rankdir=LR node [style=filled fillcolor=lightyellow penwidth=3 color=black fontname="Helvetica"] HERE NODE node [style=filled fillcolor=lightblue] WHERE /^Links:/ LINKS HERE -> NODE HERE NODE node [style=filled fillcolor=aliceblue penwidth=3 color=black] edge [dir=both] WHERE /^Jumps:/ LINKS NODE -> HERE node [style="filled,rounded,dotted" fillcolor=white] edge [style=dotted dir=back] HERE NODE BACKLINKS NODE -> HERE STATIC strict digraph {rankdir=LR node [style=filled fillcolor=lightyellow penwidth=3 color=black fontname="Helvetica"] "Preview Next Diagram" node [style=filled fillcolor=lightblue] "Preview Next Diagram" -> "First Link" "Preview Next Diagram" -> "Agile" "Preview Next Diagram" node [style=filled fillcolor=aliceblue penwidth=3 color=black] "Jump Page" -> "Preview Next Diagram" node [style="filled,rounded,dotted" fillcolor=white] edge [style=dotted dir=back] "Preview Next Diagram" "Brain Scans" -> "Preview Next Diagram"}
Links: First Link Agile
Jumps: Jump Page