[(#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_logo : affiche ou non le logo {oui*|non} - mfx_logo_taille : affiche ou non le logo {nombre|100*} - mfx_logo_align : affiche ou non le logo {left|center|right*} - 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 | ...) - mfx_balise_titre : balise pour afficher le titre {h1*|h2} ] [(#SET{doublons, [(#ENV{mfx_doublons}|sinon{#DOUBLON_ALEA})]})] [(#SET{logo_taille, [(#ENV{mfx_logo_taille}|sinon{100})]})] [(#SET{logo_align, [(#ENV{mfx_logo_align}|sinon{right})]})] #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_afficher_logo}|!={non}|oui) [(#LOGO_ARTICLE||inserer_attribut{class,[(#GET{logo_align})]}|image_reduire{[(#GET{logo_taille})]}|image_renforcement{0.2})] ] [(#ENV{mfx_couper_texte}|?{#INTRODUCTION{#ENV{mfx_couper_texte}},[(#INTRODUCTION|replace{

,}|replace{

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

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

(#ENV{mfx_afficher_nombre_commentaires}|=={oui}|oui) [(#INCLURE{fond=noisettes/forum/inc/nombre_commentaires_article}{id_article}|trim)]

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

#PAGINATION{page}

]
#SAVE_DOUBLONS