%FLOWCHART{}%
, %FLOWCHART_START%
and %FLOWCHART_STOP%
variables are handled by the FlowchartPlugin.
%FLOWCHART{}%
... %FLOWCHART_START%
... %FLOWCHART_STOP%
%FLOWCHART{}%
: Parameter | Description |
---|---|
item-w | Width for the flowchart's itens area |
item-h | Height for the flowchart's itens |
area-w | Width of the area of the flowchart's itens |
area-h | Height of the area of the flowchart's itens |
percent | Percentage of the PNG size presented in relation to the standard of the generated SVG |
text-size | Size in pixels of the font text |
tag-style | Style for the img tag |
%FLOWCHART%
%FLOWCHART_START%
---++ Flowchart Start
* Type: Start
---++ Question 1
* Type: Question
* Yes: trunk1
* No: trunk2
---++ Start of Trunk 1
* Id: trunk1
* Color: 70B070
---++ End of Trunk 1
* Type: End
---++ Start of Trunk 2
* Id: trunk2
* Color: E0B040
---++ End of Trunk 2
* Type: End
%FLOWCHART_STOP%