When used in an AUTEURS loop, #URL_AUTEUR displays the address of the author’s page: spip.php?auteurxxx
(where xxx is the author’s identifying number).
Example of an AUTEURS loop, which when nested inside an ARTICLES loop, displays the name of the author of the article with a link to the author’s page:
<BOUCLE_auteur(AUTEURS){id_article}>
<a href="#URL_AUTEUR">#NOM</a>
</BOUCLE_auteur>
Example of the AUTEURS loop which displays the logo of the author, left-aligned and accompanied by a link to the author’s page:
[1] :
[(#LOGO_AUTEUR{#URL_AUTEUR,left})]