|extraire_attribut

  • Apparu en : SPIP 1.8.2

El filtre |extraire_attribut{nom_attribut} (a partir d’SPIP 1.8.2) permet recuperar l’atribut especificat d’un tag html.

Per exemple:
si l’etiqueta #LOGO_SITE_SPIP genera el codi html <img width="353" height="120" style="height: 120px; width: 353px;" class="spip_logos" alt="SPIP" src="local/cache-vignettes/L353xH120/siteon0-1de24.jpg"/>,

llavors:

  • [(#LOGO_SITE_SPIP||extraire_attribut{src})] retornarà local/cache-vignettes/L353xH120/siteon0-1de24.jpg
  • [(#LOGO_SITE_SPIP||extraire_attribut{width})] retornarà 353
  • [(#LOGO_SITE_SPIP||extraire_attribut{style})] retornarà height: 120px; width: 353px;

Autor merce Publié le : Mis à jour : 26/10/12

Traductions : català, English, Español, français, Nederlands