-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathC4_Ext.puml
More file actions
23 lines (21 loc) · 819 Bytes
/
C4_Ext.puml
File metadata and controls
23 lines (21 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
' ##################################
' C4 Plant UML extensions
' Author: AGS
' Date: 17 Sep 2021
' Description: Extensions to the
' C4 Plant UML library
' - Add collections
' See:
' https://github.com/plantuml-stdlib/C4-PlantUML
' ##################################
' Container collections support
' ##################################
AddElementTag("container collection", $fontColor=$ELEMENT_FONT_COLOR, $bgColor=$CONTAINER_BG_COLOR)
!unquoted procedure ContainerCollections($alias, $label, $techn="", $descr="", $sprite="", $tags="", $link="")
collections "$getContainer($label, $techn, $descr, $sprite)$getProps()" $toStereos("container collection", $tags) as $alias $getLink($link)
!endprocedure
skinparam collections {
Shadowing false
BackgroundColor $CONTAINER_BG_COLOR
BorderColor white
}