Versions Compared

キー

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

説明

抜粋

The Flowchart Macro creates diagrams composed of shapes joined by lines

using the GraphViz language.

Installation
A Confluence administrator must enable the Flowchart Macro before it can be used.

用途

  1. ページを編集します。
  2. Switch to the wiki markup editor
  3. Insert two {flowchart} commands
  4. Between those two commands, insert a GraphViz diagram

GraphViz Resources

Macro Call

Macro Output

{flowchart}
Parameters -> Diagram
{flowchart}

Wiki マークアップ
{center} !Flowchart.png! {center}

{flowchart}
main -> parse -> execute
main -> init
main -> cleanup
execute -> make_string
execute -> printf
init -> make_string
main -> printf
execute -> compare
{flowchart}

関連トピック

マクロでの作業

Take me back to Confluence 2 User Guide