[(#REM) Liste toutes la documentation d'un type @author Jonathan OCHEJ @license MIT - https://github.com/GouvernementFR/dsfr/blob/main/LICENSE.md @param type @param documentation @param format @param source ] #SET{documentation,#ENV{type}|dsfr_composants_documentation} [(#GET{documentation}|oui) #SET{habillage_boite,simple} #SET{balise_titre,h2} [(#ENV{format}|=={navigation}|oui) #SET{habillage_boite,pop} #SET{balise_titre,h3} ] #BOITE_OUVRIR{#CHEMIN_IMAGE{documentation_dsfr_composants_#ENV{type}.svg}|balise_svg{'',cadre-icone}|concat{<#GET{balise_titre}>#GET{documentation/titre}},#GET{habillage_boite},titrem} [(#ENV{source}|non) [

(#GET{documentation/description})

] [(#ENV{format}|=={navigation}|non) [

(#GET{documentation/explication})

] ] ] #BOITE_FERMER
]