Branch
This plugin provides branch like "if", "else if", "else" in condition block.
See example for more detail.
Screen shot of example:
<img src="http://i1081.photobucket.com/albums/j352/rexrainbow1/file.png" border="0">
Follow these two rules to use branch plugin:
1. add "if", "else if", "else" at the first condition in condition block.
2. add "break" at the last condition in condition block. (condition block with "else" can ignore "break")
I thought C2 will provide branch in the future version. This branch plugin is just a substitute.