!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml ' uncomment the following line and comment the first to use locally ' !include C4_Container.puml ' Styling ' ################################## skinparam rectangle<> { Shadowing false StereotypeFontSize 0 FontColor #000000 BorderColor #A2A2A2 BorderStyle solid } ' Elements ' ################################## !unquoted function Deployment_Node($alias, $label) !return 'rectangle "=='+$label+'" <> as '+$alias !endfunction !unquoted function Deployment_Node($alias, $label, $type) !return 'rectangle "=='+$label+'\n['+$type+']" <> as '+$alias !endfunction