DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:callflow

callflow Plugin

Compatible with DokuWiki

Weatherwax, Binky, Hrun, Detritus,Frusterick Manners

plugin Creates callflow diagrams (also called sequence diagrams)

Last updated on
2017-12-11
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to sequencediagram

Tagged with callflow, diagram, sequence, syntax

Description

Generates callflow diagrams in the web browser. Uses the Raphaël library.

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Configuration and Settings

Use the Configuration Manager to configure the various styling settings.

Syntax

Full syntax:

<callflow>
// This is a comment
// Title is optional
title:A sample callflow in DokuWiki
// Optionally order the columns
order:User
order:DokuWiki
order:Plugin
// Optionally set the width of columns
colwidth:120
 
// Use breaks to separate parts
break:edit
// Some arrows
// The first one is with tooltip
User->DokuWiki:edit page:If he has permissions
DokuWiki->User:show editor
User->DokuWiki:edit and save
DokuWiki->User:page is saved
break:view
// Parallel arrows (single-line)
parallel {
User->DokuWiki:view page
DokuWiki->Plugin:parse callflow
}
// Normal notes go with last arrow
note(
PHP
)
parallel {
DokuWiki<-Plugin:show callflow
User<-DokuWiki:show page
}
// Note over-s go to specified positions
// You can also use two columns like `note over User,Plugin(`
note over User(
JS
)
// You can also make double arrows like this:
//a<>b:text
// or like this:
//a<->b:text
</callflow>

Produces

Screenshot

Development

Change Log

Known Bugs and Issues

ToDo/Wish List

plugin/callflow.txt · Last modified: 2023-05-02 11:53 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki