Les articles publiés sur le site
-
|date_822
The |date_822 filter formats a date type tag (#DATE, #DATE_REDAC, etc.) according to the RFC 822 standard (used for the in some RSS 2.0 feeds — notably on photocast). Example: the date 2008-10-03 08:22:00 will be displayed as Fri, 03 Oct 2008 08:22:00 +0200 - Filters / date_822, SPIP (...) -
|jour
The |jour filter (since SPIP 1.0.3, SPIP 1.0.4, SPIP 1.0.5) displays the numeric day for the date to which it has been applied. [(#DATE|jour)] The number displayed ranges from 1 through to 31. See also the |mois (month) and |annee (year) filters. - Filters / jour, SPIP (...) -
|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|mois)] The value displayed varies from 01 through to 12. See also the |jour (day) and |annee (year) filters. - Filters / (...) -
|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] (...) -
|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 (...)