Les articles publiés sur le site
-
|couper
The |couper filter truncates a text after a certtain configurable number of characters. It attempts not to cut any words in half and removes any formatting from the text. If the original test is long than the truncated portion, then "(...)" will be added to the end of the extract to indicate (...) -
|direction_css
The |direction_css filter is applied to a CSS stylesheet and replaces any occurrences of left with right and of right with left. Depending on the language of the environment, the filter therefore makes it possible to completely "invert" any such directional rules specified in a CSS file. This (...) -
|entites_html
The |entites_html filter is applied to a text tag and will translate the HTML rendition of that tag by transforming into HTML entities any constituent characters that do not belong to the page's charset, as well as any ", . This is used to insert the text of a tag into a without causing any (...) -
|extraire_attribut
The |extraire_attributattribute_name filter (since SPIP 1.8.2) is used to retrieve the value of a specific attribute from an HTML tag. For example: Suppose that the #LOGO_SITE_SPIP tag generates the HTML code: , In that case: [(#LOGO_SITE_SPIP||extraire_attributsrc)] (...) - Filters / (...) -
|extraire_balise
The |extraire_balisetag_name filter is used to retrieve the first HTML tag with the name "tag_name" found within the the HTML source generated by the tag to which it is applied. Example: We are syndicating a photo blog site which systematically distributes a small commentary followed by a (...)