You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
646 B
Plaintext
20 lines
646 B
Plaintext
@startuml
|
|
' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally
|
|
!if %variable_exists("RELATIVE_INCLUDE")
|
|
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Deployment.puml
|
|
!else
|
|
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.13.0/C4_Deployment.puml
|
|
!endif
|
|
|
|
' missing columns 3 and 4 are added that all columns are displayed
|
|
SetPropertyHeader("", $col2Name="2")
|
|
AddProperty($col1="col1")
|
|
AddProperty("", $col2="col2")
|
|
AddProperty(" ", " ", $col3="col3")
|
|
' missing columns 2 and 3 are inserted with empty values
|
|
AddProperty("", $col4="col4")
|
|
|
|
Container(c, "Container")
|
|
|
|
@enduml
|