Accueil > Recherche avancée

Recherche avancée
Sur d’autres sites (690)
-
cfg : referencias
12 septembre 2010, par Martin Gaitan — Config (CFG), SPIP 1.9.2, Aide administration, Documentation code Plugins, Avec CFG, SPIP 2.0, Plugins utilisés sur ce site, SPIP 2.1Explicaciones de uso detalladas de cfg, el plugin de configuración. - Config (CFG) / SPIP 1.9.2, Aide administration, Documentation code Plugins, Avec CFG, SPIP 2.0, Plugins utilisés sur ce site, SPIP 2.1
-
|>={a}
The |>=value filter returns "true" if the results of the tag to which it is applied is greater than or equal to "value". value can be numeric [1] (5, 18.2, 84,...), or alphanumeric [2] (abc, a word,...) For example : [(#TOTAL_BOUCLE) [(#TOTAL_BOUCLE|>=2| ?’articles’, ’article’)] in this section.] (...)
-
|nom_mois
25 juin 2010, par Mark — FiltersThe |nom_mois filter (since SPIP 1.0.3, SPIP 1.0.4, SPIP 1.0.5), when applied to a tag that returns a valid date, will display the common name of the month (January, February...). Example : for an article published on 22-01-2008, (#DATE will display "January". See also the |nom_jour (...)