<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hello all,<br>
<br>
is there a way in PmWiki to use an "else" in conditional markup? Like
that:<br>
<br>
(:if group MyGroup1:)<br>
foo<br>
(:elseif group MyGroup2:)<br>
foo<br>
(:elseif group MyGroup3:)<br>
foo<br>
(:else:)<br>
foo<br>
(:if:)<br>
<br>
Would be very useful, e.g. in multilingual pages where English would be
the default (the "else" - case) etc.<br>
<br>
Thanks,<br>
Mike<br>
<br>
</font></font>
</body>
</html>