[(#REM) L'appel depuis un article se fait par < diaposNNN|article=ZZZ >, alors id_objet=ZZZ, les images de l'article ZZZ sont utilisées, on peut utiliser plusieurs < diaposNNN|article=ZZZ > simultanement] [(#SET{id_objet, [(#ENV{article, 0})]})] [(#SET{div_background, [(#ENV{colorbgd, none})]})] [(#SET{width_backgnd, [(#ENV{width, 140})]})] [(#SET{align_backgnd, [(#ENV{align, left})]})] [(#SET{margin_backgnd, [(#ENV{margin, 1})]})] [(#SET{height_backgnd, [(#ENV{height, 164})]})] [(#SET{legende, [(#ENV{legende, ''})]})] [(#SET{size, [(#ENV{fontsize, 1})]})] #SET{urldoc,#} #SET{wdoc,1} #SET{hdoc,1} #SET{link,#URL_SITE_SPIP} [(#SET{ratio,#GET{hdoc}|div{#GET{wdoc}}})] #SET{wdoc,#GET{width_backgnd}} #SET{hdoc,#GET{width_backgnd}} [(#GET{ratio}|>{1}|oui)#SET{wdoc,#GET{width_backgnd}|div{#GET{ratio}}}] [(#GET{ratio}|<{1}|oui)#SET{hdoc,#GET{width_backgnd}|div{#GET{ratio}}}] [(#SET{urldoc,#URL_DOCUMENT})] [(#SET{wdoc,#LARGEUR})] [(#SET{hdoc,#HAUTEUR})] #SET{link,#GET{urldoc}} [(#SET{ratio,#GET{hdoc}|div{#GET{wdoc}}})] #SET{wdoc,#GET{width_backgnd}} #SET{hdoc,#GET{width_backgnd}} [(#GET{ratio}|>{1}|oui)#SET{wdoc,#GET{width_backgnd}|div{#GET{ratio}}}] [(#GET{ratio}|<{1}|oui)#SET{hdoc,#GET{width_backgnd}|div{#GET{ratio}}}]
[(#REM) Legende=1 : la legende est cree a partir du titre ] [(#GET{legende}|oui|et{#GET{legende}|=={1}|oui})#TITRE] [(#REM) Legende=2 : la legende est cree a partir du descriptif ] [(#GET{legende}|oui|et{#GET{legende}|=={2}|oui})#DESCRIPTIF] [(#REM) Legende=3 : la legende est cree a partir du titre+descriptif ] [(#GET{legende}|oui|et{#GET{legende}|=={3}|oui})#TITRE
#DESCRIPTIF] [(#REM) Legende=texte : la legende est cree avec le texte ] [(#GET{legende}|oui|et{#GET{legende}|!={3}|oui}|et{#GET{legende}|!={2}|oui}|et{#GET{legende}|!={1}|oui})#GET{legende}]