### nwdiag_shapes_3 ```{eval-rst} .. plantuml:: @startuml nwdiag { network Network { Label [shape = label] Node [shape = node] Package [shape = package] Person [shape = person] Queue [shape = queue] Stack [shape = stack] Rectangle [shape = rectangle] Storage [shape = storage] Usecase [shape = usecase] } } @enduml