putting something under actor name

0 votes
asked Mar 11, 2013 in Closed question / help by anonymous

Good evening; 

I was wondering that is is possible to but something such as link under actor name 

For example;

image

Can I put  some links under Alice . I mean within same square of Alice.

Regards ... 

1 Answer

0 votes
answered Mar 11, 2013 by plantuml (295,000 points)

Hi,

A bit weird, but you can use this.

@startuml
participant Bob
participant "Alice\n<u>[[http://www.foo.com Some link]]" as Alice
Bob -> Alice : hello
@enduml

Regards,

commented Mar 11, 2013 by celdem (160 points)
Thank you very much for quick reply.
...