Creates callflow diagrams (also called sequence diagrams)

Compatible with DokuWiki
Weatherwax, Binky, Hrun, Detritus,Frusterick Manners
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
Generates callflow diagrams in the web browser. Uses the Raphaël library.
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Use the Configuration Manager to configure the various styling settings.
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>