|extraire_attribut

Le filtre|extraire_attribut{nom_attribut} permet de récupérer un attribut d’une balise HTML.

  • Apparu en : SPIP 1.8.2

Exemple :

Si la balise #LOGO_SITE_SPIP génère le code html

<img width="353" height="120" style="height: 120px; width: 353px;" class="spip_logos" alt="SPIP" src="local/cache-vignettes/L353xH120/siteon0-1de24.jpg"/

alors :

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

Voir aussi

Auteur denisb, Teddy Publié le : Mis à jour : 22/07/23

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