[(#TAG|operator{value})]
==
(confirms equality)
-* !=
-* >
-* >=
-* <
-* <=
[(#TAG|operator{value})]
==
(confirms equality)
-* !=
-* >
-* >=
-* <
-* <=
[(#TITRE|=={Chocolate}|oui)
Some chocolate!
]
[(#TEXTE|strlen|>{200}|oui)
This text is longer than 200 characters!
]
[(#TITRE|=={Chocolate}) Some chocolate!]
would, if the test evaluates to true, display “1 Some chocolate!” (since 1 indicates a {true} value in PHP). But adding the |oui
filter (French for yes) allows you to hide the results of the test.
Author Published : 07/12/09 Updated : 19/06/10
Translations : English, français, Nederlands