Зміни в документі Sandbox

Остання зміна 2021/09/14 02:26 автором Павло Заїченко

Від версії 3.1
редаговано superadmin
дата 2021/08/12 14:01
Змінити коментар: Install extension [org.xwiki.platform:xwiki-platform-sandbox/13.5]
До версії 16.1
редаговано Павло Заїченко
дата 2021/08/27 17:42
Змінити коментар: Немає коментарів для цієї версії

Підсумок

Подробиці

Властивості сторінки
Назва
... ... @@ -1,0 +1,1 @@
1 +SandBox
Автор
... ... @@ -1,1 +1,1 @@
1 -XWiki.superadmin
1 +XWiki.zpf
Вміст
... ... @@ -1,0 +1,36 @@
1 +{{plantuml server="http://www.plantuml.com/plantuml"}}
2 +@startdot
3 +digraph G {
4 + Hello -> world
5 +}
6 +@enddot
7 +{{/plantuml}}
8 +
9 +{{plantuml}}
10 +@startuml
11 +hide empty members
12 +hide empty methods
13 +
14 +package "Classic Collections" #DDDDDD {
15 + Object <|-- ArrayList
16 +}
17 +
18 +package net.sourceforge.plantuml {
19 +class Demo1 {
20 + -Number Identifier
21 + +String Name
22 +}
23 + Object <|-- Demo1
24 + Demo1 *- Demo2
25 +}
26 +@enduml
27 +{{/plantuml}}
28 +
29 +{{plantuml}}
30 +@startuml
31 +:Customer: -> (Withdraw)
32 +note right of (Withdraw) : This is an example.
33 +@enduml
34 +{{/plantuml}}
35 +
36 +{{diagram/}}