Conditional shortcode [wpbb-if ] and [wpbb-else] but also need ELSE IF

Hi,

I wonder if there is also a conditional shortcode for “else if”?

I want to make something like this:

IF post_tag key=“update” then echo “UPDATE”
ELSE IF post_tag key=“new” then echo “NEW”
ELSE echo “there is no tag set”.

Is this possible?

Not sure with Themer, use CCS: https://wordpress.org/plugins/custom-content-shortcode/
It has [else] and [switch]