The HIERARCHIE loop returns a list of the SECTIONS which lead from the root of the site to the current section or article.
<BOUCLEn(HIERARCHIE){criterion...}>
Selection criteria
One of the following criteria must be used to select the results:
- {id_article} returns the list of sections from the root up to and including the section which contains the article.
- {id_rubrique} returns the list of sections from the root up to, but not including, the identified section. Note: From [SPIP 1.8] it is possible to obtain also the identified section in the results by specifying the criterion {tout}.
These criteria — {id_article} and {id_rubrique} — cannot be used with a comparison. For example <BOUCLE_hi(HIERARCHIE) {id_article=12}> will give an error.
N.B. This loop must be placed within an outer
ARTICLESorRUBRIQUESloop. It cannot “read” the id_article ou id_rubrique directly from the l’URL. (The same goes forHIERARCHIEloops in templates included using the<INCLURE(xxx.php3)>command.)
Display criteria
From [SPIP 1.8], all the criteria of The RUBRIQUES Loop (Sections) may be used with this loop, including sort criteria. (So <BOUCLE_x(HIERARCHIE){id_article}{par hasard}> is possible, for example.)
Note: With versions of Spip prior to 1.8, not all the "criteria applicable to all loops" applied to this loop. Only the criteria
{"between"}and{a,b}could be used.
Tags of this loop
The HIERARCHIE loop returns sections. All the tags available in RUBRIQUES loops can therefore also be used here.

SPIP 1.9.2