Accueil > Recherche avancée
Recherche avancée
Médias (1)
-
Emballe médias + SPIPmotion
31 juillet 2009, par
Mis à jour : Février 2012
Langue : français
Type : Video
Sur d’autres sites (681)
-
|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] (...)
-
{titre_mot}, {type_mot}
25 juin 2010, par Mark — Criteriatitre_mot=xxxx, or type_mot=yyyy (since SPIP 1.3) respectively select articles linked to the keyword that is named "xxxx", or those that are linked to the keyword group named "yyyy". If there are several such criteria titre_mot=xxxx (or several type_mot=yyyy), then SPIP will select those that (...)