Les articles publiés sur le site
-
|alterner
The |alternera, b, c, ... filter (since spip) is applied to a numeric tag (most often #COMPTEUR_BOUCLE) within a SPIP loop, and displays alternating argument values in rotating sequence each time the value of the tag to which it is attached change within the loop. For example, (...) -
|ancre_url
7 juillet 2010, par Mark — Filters, #URL_ARTICLE, #URL_RUBRIQUE, #URL_SITE, #URL_BREVE, #URL_DOCUMENT, #URL_SITE_SPIP, #URL_MOT, #URL_SYNDIC, #URL_AUTEUR, #URL_FORUM, #URL_PAGE, SPIP 1.9.2, ancre_urlThe |ancre_urltitle filter adds an anchor to the URL to which it is applied (or modifies the existing anchor attached to that URL). Example: [(#URL_ARTICLE|ancre_urlthe_selected_paragraph)] will produce the URL for the article suffixed by #the_selected_paragraph. - Filters / #URL_ARTICLE, (...) -
|attribut_html
The attribut_html filter processes a character string to make sure that it can be used as an HTML attribute value without compromising the function of the code (i.e. it removes or "escapes" any characters that should not be used within such HTML attributes); for example, if we want to add a (...) -
|balise_img
The |balise_img filter generates a full image tag (Filters / SPIP 2.1, balise_img -
|choixsivide{ifyes, ifnot}
The |choixsivideifyes, ifnot filter is equivalent to the |?sioui, sinon filter. It accepts either one or two parameters: ifyes is the value to display instead of the filtered element if that element returns an empty value itself. ifnot is the value to display if the filtered element is not (...)