ARTICLES
Articles
Criteria syntax
The loops criteria for are written between curly brackets just after the tables names.
Any SQL field in a table can become a selection criterion (...)AJAX links
In addition to the includes that contain a pagination mechanism, it is possible to specify links to be reloaded using AJAX by adding the CSS (...)
Special language criteria
Some special loop criteria make it possible to retrieve articles in a specifically desired language.
lang
First of all, the quite simple lang (...)Contents of parent loops
Sometimes it’s useful to retrieve contents from a loop which is a parent of the current loop, just by using an ordinary SPIP tag. SPIP offers a (...)
The language of an object
Some editable objects in SPIP, such as sections and articles , have a language field stored in their corresponding SQL tables, which makes it (...)
Optional criteria
Sometimes it’s useful to make a selection only if the environment contains the requested tag. For example, we might hope to filter the loops based (...)
#INTRODUCTION
Displays an introduction
#EXPOSE
Emphasises the element currently being read (in a list or menu)
Optional criteria with operators
The use of optional criteria may be combined with the use of operators under certain specific conditions. In particular, it is necessary for the (...)
AJAX paginations
Includes which have the ajax criteria are used to reload only the part of the page that has been included. Most of the time, you must also (...)