Les articles publiés sur le site
-
|>{a}
The |>value filter returns "true" if the results of the tag to which it is applied is strictly greater than "value". value can be numeric [1] (5, 18.2, 84,...), or alphanumeric [2] (abc, a word,...) For example: [There are (#TOTAL_BOUCLE|>1543|?' really a lot of articles', ' too many articles') (...) -
| ?{ifyes, ifnot}
The |?ifyes,ifnot filter was introduced in SPIP 1.8, 1.8.1. It is an enhanced version of |sinon. It accepts either one or two parameters: ifyes if the value to display instead of the filtered element if that element is not empty. ifnot is optional, and is the value to display if the filtered (...) -
|PtoBR
The |PtoBR filter (since SPIP 1.0.3, SPIP 1.0.4, SPIP 1.0.5) transforms any paragraph jumps into simple line feeds, which makes it possible to "tighten up" page formatting, such as within a summary page. This filter also enables the occasional cancellation of the standardised framing mechanism (...) -
|affdate
This filter is applied to dates to present them in various formats. |affdate displays the date in text form, e.g. "13 January 2001". [SPIP 1.8] extended the notation of this filter. It can be passed a date formatting parameter that corresponds either to a SPIP format ("'saison'", etc.) or to a (...) -
|affdate_court
This filter is applied to dates to display only the numeric day of the month and the month name. |affdate_court normally displays the day number and month, e.g. "19 April". If the date is not in the current year, then |affdate_court will only display the month and year without the actual day (...)