Using yUML in your posts

Did you know you can use yUML in your posts?

Here is an example of a yUML diagram:
[yuml]
[note: Use yUML to make diagrams of your code!{bg:cornsilk}],[Costumer{bg:orange}]<>1-if 0…>[Order], [Order]++->[LineItem], [Order]-1>[DeliveryMethod], [Order]-*>[Product], [Category]<->[Product], [DeliveryMethod]^[National], [DeliveryMethod]^[International]
[/yuml]


To create a yUML diagram, just add this in your code:

[yuml]
yuML Diagram Code
[/yuml]

For example: ``` [yuml] [if (true)]->[set Label1.text to ❝It works❞] [/yuml] ``` [yuml] [if (true)]->[set Label1.text to ❝It works❞] [/yuml]

Hope this helps in your posts :wink:

10 Likes