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;