Syntax
Sections
The templates
SPIP generates HTML pages from templates, where each of these templates contains a combination of HTML code, SPIP loops and selection criteria, (...)
Articles
Filter syntax
Filters are applied to tags by using the pipe (“|”) character. Their effect is to call a PHP function, either one which is in the standard PHP (...)
The syntax of loops
A loop typically declares both a database table from which to extract information as well as the criteria to be used for selecting a subset of (...)
The complete syntax of language codes
The complete syntax is as shown below: spip <:prefixe:codeparam=value|filtreparams:>
Parameters
The language codes can receive (...)Criteria syntax
The loops criteria for are written between curly brackets just after the tables names. spip
Any SQL field in a table can become a selection (...)The syntax of language strings
Language-specific strings, known as "idioms" within SPIP, are the codes assigned to the existing translations in the files stored in the lang/ (...)
Polyglots (multi tags)
A in english ```
This means that multilingual elements can easily be written within templates without needing to use language codes and (...)Tag syntax, the definitive version
Just like loops (boucles), tags often have optional components, and can sometimes also accept parameter arguments. Asterisks can be applied to (...)
Accessing a declared database
Every additionally declared database can be accessed using SPIP loops as follows: <BOUCLE_externe(name:TABLE)>
The name parameter (...)Forcing joins
SPIP’s automatic detection capabilities are sometimes limited, and so two syntax variants are offered for forcing table joins or the fields of (...)
The complete syntax of loops
Loops, like tags, have a syntax which allow them to deliver content in various combinations. Optional parts are displayed only once (not for (...)