Les articles publiés sur le site
-
|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 (...) -
|affdate_jourcourt
This filter is applied to dates to display only the day number and month name of those dates. |affdate_jourcourt displays the month name after the day of the month in numeric format, e.g. "19 April". If the date is not in the current year, then the year will also be displayed: "1 November (...) -
|affdate_mois_annee
This filter is applied to dates to isolate and display only the date's month name and year. |affdate_mois_annee displays the month and year according to the environment's current language: "April 2005", "November 2003". |affdate_mois_annee is simply a variant of the |affdate filter. - Filters / (...)