Class ::xowiki::includelet::references-graph

::xowiki::includelet::references-graph[i] create ... \
           [ -__decoration (default "none") ] \
           [ -parameter_declaration (default " {-folder .} {-page ""} {-link_type link} {-rankdir LR} {-fontsize 12} ") ]

Include a graph of the (partial) link structure in a wiki, starting either with a page or a folder. When a page is provided, the local link structure of this page is visualized (including incoming and outgoing links of the page; e.g. -page "." for the current page). Alternatively, the content of a folder can be shown.
Documented Parameters:
page
starting page for a partial link graph, provided as item ref
folder
starting page for showing all children of a folder (default .)
rankdir
possible values LR, TB, BT, or RL
fontsize
fontsize for graphviz (default 12)
Defined in packages/xowiki/tcl/references-graph-procs.tcl

Class Relations

  • class: ::xowiki::IncludeletClass[i]
  • superclass: ::xowiki::Includelet[i]

Methods (to be applied on instances)

  • __decoration (setter)

  • parameter_declaration (setter)

  • render (scripted)