Les articles publiés sur le site
-
|annee
The |annee filter (since SPIP 1.0.3, SPIP 1.0.4, SPIP 1.0.5) displays the numeric 4-digit year of the date to which it is applied. [(#DATE|annee)] See also the |mois month and |jour (day) filters. - Filters / #DATE, annee -
|modulo
The |moduloxx filter is a mathematical operation filter. It returns the remainder of dividing the value of the tag by the value of xx. If the tag's output is not a numeric type, it will be considered as being 0 (zero) and the filter will simply return 0 (zero). This filter accepts a second (...) -
|div
The |divxx filter is a mathematical operation filter. It returns the results of dividing (the quotient) the value of the tag by the xx argument passed to the filter. If the tag's output is not a numeric type, it will be considered as being 0 (zero) and the filter will simply return 0 (zero): (...) -
La funció charger() dels formularis CVT
5 juillet 2010, par merce — InteractivitatCom definir la funció La funció charger() d'un formulari XXX (que es mostrarà en els esquelets per #FORMULAIRE_XXX) està definida a dins del fitxer formulaires/xxx.php o a dins del fitxer formulaires/xxx/charger.php. La carpeta formulaires/ pot estar situada a dins de la carpeta d'un connector (...) -
|inserer_attribut
The |inserer_attributattribute, value filter (since SPIP 1.8.2) is used to modify or add an HTML attribute to an HTML tag generated by the tag to which it is applied. [1] For example: [(#LOGO_DOCUMENT||inserer_attributalt, #TITRE|attribut_html)] modifies the "alt" attribute of the "img" HTML (...)