Les articles publiés sur le site
-
|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 / (...) -
|afficher_enclosures
When syndicating the content of an external site, the |afficher_enclosures filter is applied to the #TAGS tag and will display the paperclip icon for documents attached to the syndicated article (rather than a standard link). [(#TAGS|afficher_enclosures)] Also refer to the detailed information (...) -
|choixsiegal{value,ifyes,ifnot}
|choixsiegalvalue,ifyes,ifnot will display "ifyes" of the value of the tag equals "value", and will display "ifnot" if it does not equal that value. Example: [(#ID_ARTICLE|choixsiegal10, "IMPORTANT", "")] #TITRE ... will display the word "IMPORTANT" if the ID_ARTICLE equals "10", and will (...)