Wiki source code of PlantUML Macro

Last modified by Mireille Blay-Fornarino on 2023/04/25 09:19

Show last authors
1 This macro enables you to include UML diagrams inside your wiki pages using **PlantUML** ([[http://plantuml.sourceforge.net]]).
2
3 == Configuration ==
4
5 {{velocity}}
6 #if ($doc.getObject("XWiki.PlantUMLConfigurationClass").Server != '')
7 The configured active server is :** $doc.getObject("XWiki.PlantUMLConfigurationClass").Server **
8 #else
9 **No server specified**, using the embedded PlantUML implementation.
10 #end
11
12 To specify your own PlantUML server, {{html}}<a href="$xwiki.getURL( $doc.getFullName(), "edit", "editor=object&classname=XWiki.PlantUMLConfigurationClass&object=0")">edit this URL</a>{{/html}}.
13 The default value is {{html}}http://www.plantuml.com/plantuml/{{/html}}
14 Be careful, the server URL must end with a slash.
15 {{/velocity}}
16
17 == Version information ==
18
19 {{plantuml}}
20 version
21 {{/plantuml}}