[pmwiki-users] Updated to last pmwiki, have an issue with my if variables

StefCT stefct4 at gmail.com
Sun Dec 22 08:33:26 CST 2013


On 12/22/2013 03:28 PM, StefCT wrote:
> 
> For me this seems to work when I swap the two (:if:) clauses:
> 
> (:if name -TitresEnLigne:)
> (:if2 ! equal "{$:EnLigne}" "":)
> !!En Ligne
> *{$:EnLigne}
> *[[TitresEnLigne|Tous les titres en ligne]]
> (:if2end:)
> (:ifend:)
> 
> I don't have any explanation for this though.
> 
> 

Or like this:

(:if [ name -TitresEnLigne and ! equal "{$:EnLigne}" "" ]:)
!!En Ligne
*{$:EnLigne}
*[[TitresEnLigne|Tous les titres en ligne]]
(:ifend:)

--StefCT






More information about the pmwiki-users mailing list