Accueil > Recherche avancée
Recherche avancée
Médias (2)
-
Affichage, ordre, et point d’intérêt des documents joints
19 janvier 2017, par
Mis à jour : Janvier 2017
Langue : français
Type : Video
-
Présentation de Ordoc
8 janvier 2017, par
Mis à jour : Janvier 2017
Langue : français
Type : Video
Sur d’autres sites (628)
-
|mois
The |mois filter (since SPIP 1.0.3, SPIP 1.0.4, SPIP 1.0.5) displays the two-digit numeric value for the month of the date to which it is applied. (#DATE The value displayed varies from 01 through to 12. See also the |jour (day) and |annee (year) filters. - Filters / (...)
-
|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] (...)