Accueil > Recherche avancée
Recherche avancée
Médias (3)
-
Configuration avancée des urls dans SPIP 3
17 janvier 2012, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Champs Extras 3 - Présentation
3 janvier 2012, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Futures icones de SPIP (3.0) ?
20 juillet 2011, par
Mis à jour : Juillet 2011
Langue : français
Type : Image
Sur d’autres sites (621)
-
|mult
The |multxx filter is a mathematical operation filter. It returns the results of multiplying (the product) the value of the tag and the xx argument passed to the filter. If the tag’s output is not a numeric type, it will be considered as being 0 (zero) and the filter will simply return 0 (...)
-
|oui
The |oui filter [1] (since SPIP 2.0) returns either a space or nothing at all. It is equivalent to | ?’ ’,’’ or | ?’ ’, and is used to return a non-empty content (a space) to indicate that the optional parts of the tag should be displayed. Examples : [(#TITRE|strlen|>30|oui) This title is a long (...)
-
|non
The |non filter [1] (since SPIP 2.0) returns either nothing at all or a space. It is equivalent to | ?’’,’ ’ or | ?’’, and it is used to return empty content to indicate that the optional parts of the tag should NOT be displayed. Examples : [(#TITRE|strlen|>30|non) This title is a short one] (...)