SPIP MODELE artmot
lundi 8 juin 2020 , par
- description : Liste des articles comprenant le mot-clé ’lemot’, liste affichée dans l’ordre anté-chronologique.
- état : opérationnel
- appel depuis un squelette :
#MODELE{artmotX|id=X|mot=abcde} - appel dans un article :
<artmotX|mot=abcde> - id et paramètres : X représente le nombre de lignes à afficher par page et "abcde" le mot-clé concerné.
- Exemple : appel avec
[(<artmot5|mot=spip>)]Les articles avec le mot-cle "spip".– Liste des modèles utilisés sous Spip
– SPIP MODELE citeunsite
– SPIP MODELE introart
– SPIP MODELE nbarticlesrubrique
– SPIP MODELE image_article
- code Spip
SPIP
Système de Publication Pour l’Internet (CMS utilisé pour le présent site). Voir Wiipedia SPIP
du modèle :
<!-- DEBUT modèle artmotX --> [(#REM) Création : 08/06/2020 Liste des articles comprenant le mot-clé 'lemot', liste affichée dans l'ordre anté-chronologique Création : 08/06/2020 Documentation : https://www.lorand.org/?article3698 ] <div style="margin-left:auto; margin-right:auto; text-align:center;"> <b>Les articles avec le mot-cle "#ENV{mot}".</b> </div> <B_articlesdumot> #ANCRE_PAGINATION <BOUCLE_articlesdumot(ARTICLES){titre_mot=#ENV{mot}}{!par date}{pagination #ENV{id}}> <a href="#URL_ARTICLE" alt="#DESCRIPTIF"> #PUCE #TITRE<br /> </a> </BOUCLE_articlesdumot> #PAGINATION{page_precedent_suivant} </B_articlesdumot> <!-- FIN modèle artmotX -->
