Accueil > Recherche avancée

Recherche avancée
Médias (2)
-
Affichage, ordre, et point d’intérêt des documents joints
19 janvier 2017, par
Mis à jour : Janvier 2017
Langue : français
Type : Video
-
Configuration avancée des urls dans SPIP 3
17 janvier 2012, par
Mis à jour : Février 2012
Langue : français
Type : Video
Sur d’autres sites (139)
-
|>{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’) (...)
-
|liens_absolus
5 juillet 2010, par MarkThe |liens_absolus (absolute links) filter (since SPIP 1.8.2) is applied to a text type tag, e.g. (#TEXTE, #DESCRIPTIF, etc.), and transforms all links contained in that text (Filters / liens_absolus, SPIP 1.8.2
-
|taille_en_octets
25 juin 2010, par Mark — FiltersThe |taille_en_octets filter (meaning "size in bytes" in French) converts a number of bytes (25678906) into a more explicit character string ("24.4 MB"). Example within a DOCUMENTS loop : #TITRE - #TYPE_DOCUMENT - (#TAILLE) will display "My document - JPEG - 82.6 KB" - (...)