Les articles publiés sur le site
-
{date}
25 juin 2010, par Mark — CriteriaThe date (or date=... or date==...) criteria are used to select an article depending on the date passed in the URL (since SPIP 1.7.2). - Criteria -
{branche}
25 juin 2010, par Mark — Criteriabranche (since SPIP 1.4 ) selects all article in the section AND in any of its sub-sections. (This is a sort of extension of the id_secteur criteria. However, in contrast to id_secteur=2, it is not possible to directly call a given branche by using this sort of code: branche=2. Technically (...) -
{id_article}
25 juin 2010, par Mark — Criteriaid_article selects the article specified by the identifier id_article. Since the identifier of each article is unique, this criteria only returns one or no response. - Criteria -
{id_auteur}
25 juin 2010, par Mark — Criteriaid_auteur selects the articles that correspond to the author identifier (useful for specifying the list of articles written by a given author). It is important to note that an article may be linked to several authors at the same time. - (...) -
{id_groupe}
25 juin 2010, par Mark — Criteriaid_groupe=zzzz (since SPIP 1.4 ) is used to select articles linked to a keyword group; this is the identical principle to the previous type_mot , but since we are working here with an identifier (the group number), the syntax is correspondingly a "cleaner" one. [Note: This criteria can not (in (...)