Accueil > Recherche avancée
Recherche avancée
Médias (1)
-
Démo du plugin Légendes
6 décembre 2010, par
Mis à jour : Février 2012
Langue : français
Type : Video
Sur d’autres sites (167)
-
|vider_attribut
25 juin 2010, par Mark — FiltersThe vider_attributattribut filter (since SPIP 1.9) is a variant of the inserer_attribut filter. It is used to delete html attributes. For example, we might want to reset an attribute before assigning it a specific value : [(#LOGO||vider_attributstyle|inserer_attributstyle,’width:100px ;’)] This (...)
-
|heures
25 juin 2010, par Mark — FiltersThe |heures filter (since SPIP 1.2, SPIP 1.2.1) displays the hours portion of the date to which it is applied. (#DATE The hour returned varies from 00 to 24. If the date to which the filter is applied does not contain any time information, e.g. ((#VAL2009-10-24), the filter (...)
-
|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" - (...)