[(#REM) Options: - mfx_doublons : nom d'un doublon... (#inclure seulement) - mfx_afficher_details : affiche ou non les détails : date, auteurs, rubrique et nombre commentaires {oui*|non} - mfx_afficher_surtitre : affiche ou non le surtitre {oui*|non} - mfx_afficher_soustitre : affiche ou non le soustitre {oui*|non} - mfx_afficher_lire_suite : affiche ou non un "lire la suite" {oui|non*} - mfx_afficher_nombre_commentaires : affiche le nombre de commentaires {oui|non*} - mfx_lien_sur_titre : affiche ou non un lien sur le titre {oui*|non} - mfx_couper_texte : coupe le texte de l'intro à la taille donné {nombre|non*} - mfx_pagination_nombre : nombre d'articles par page {nombre|3*} - mfx_pagination_liens_pages : afficher les liens vers les autres pages {oui*|non}(1 | 2 | 3 | ...) ] [(#SET{doublons, [(#ENV{mfx_doublons}|sinon{#DOUBLON_ALEA})]})] #LOAD_DOUBLONS #ANCRE_PAGINATION
[(#ENV{mfx_afficher_surtitre}|=={'non'}|non) [

(#SURTITRE)

] ]

[(#ENV{mfx_lien_sur_titre}|=={'non'}|?{ #TITRE , #TITRE })]

[(#ENV{mfx_afficher_soustitre}|=={'non'}|non) [

(#SOUSTITRE)

] ] [(#ENV{mfx_afficher_details}|=={'non'}|non)

[(#DATE|nom_jour|ucfirst) ][(#DATE|affdate)][, <:par_auteur:> (#LESAUTEURS)][ <:multiflex:dans_rubrique:> (#INCLURE{fond=noisettes/rubrique/inc/titre_rubrique}{id_rubrique})]

]

[(#ENV{mfx_couper_texte}|?{#INTRODUCTION{#ENV{mfx_couper_texte}},#INTRODUCTION})] [(#ENV{mfx_afficher_lire_suite}|=={oui}|oui) <:multiflex:lire_suite:> ]

[(#ENV{mfx_afficher_details}|=={'non'}|non) [

(#CONFIG{multiflex/afficher_nombre_commentaires,oui}|=={oui}|oui) [(#INCLURE{fond=noisettes/forum/inc/nombre_commentaires_article}{id_article}|trim)]

] ]

[(#ENV{mfx_pagination_liens_pages}|=={non}|non)

#PAGINATION{page}

]
#SAVE_DOUBLONS