#SET{infos,#VAL|verifier_generer_aide} #SET{verifications,#GET{infos}|table_valeur{verifications}} #SET{options,#GET{infos}|table_valeur{options}} [(#ENV{format}|=={brut}|oui)
] Sauter à : <a href="#liste_verifications">Toutes les vérifications</a>, <a href="#liste_options_verifications">Toutes les options</a> <h2 class="h2 spip">Utilisation des options</h2> <B_options_tableau> <div style="overflow:auto;"> <table class="spip"> <thead> <tr class="first_row"> <th>Options \ Vérifications</th> <BOUCLE_verifications_tableau_th(DATA){source tableau, #GET{verifications}}> <th><a href="#verification_#CLE">#CLE</a></th> </BOUCLE_verifications_tableau_th> </tr> </thead> <tbody> <BOUCLE_options_tableau(DATA){source tableau, #GET{options}}> <tr class="tr_liste [(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]"> <th><a href="#option_#CLE">#CLE</a></th> <BOUCLE_verifications_tableau(DATA){source tableau, #GET{verifications}}> <td>[(#CLE|in_array{[(#_options_tableau:VALEUR|table_valeur{utilisee_par})]}|?{'X','-'})]</td> </BOUCLE_verifications_tableau> </tr> </BOUCLE_options_tableau> </tbody> </table> </div> </B_options_tableau> <h2 class="h2 spip" id="liste_verifications">Toutes les vérifications</h2> <BOUCLE_verifications(DATA){source tableau, #GET{verifications}}> <h3 class="h3 spip" id="verification_#CLE">[(#VALEUR|table_valeur{titre})] (#CLE)</h3> <p class="description"> <strong>Description :</strong> [(#VALEUR|table_valeur{description})] </p> <p class="options"> <strong>Options :</strong> <BOUCLE_options_verification(DATA){source tableau, #VALEUR|table_valeur{options}}{", "}><a href="#option_#CLE">#CLE</a></BOUCLE_options_verification> </p> </BOUCLE_verifications> <h2 class="h2 spip" id="liste_options_verifications">Toutes les options</h2> <BOUCLE_options(DATA){source tableau, #GET{options}}> [(#SET{label, [(#VALEUR|table_valeur{label}|sinon{[(#VALEUR|table_valeur{label_case})]})]})] <h3 class="h3 spip" id="option_#CLE">[(#GET{label}|?{#GET{label} [ ((#CLE))], #CLE})]</h3> [<p class="description"> <strong>Description :</strong> (#VALEUR|table_valeur{explication}|sinon{[(#VALEUR|table_valeur{label}|?{[(#VALEUR|table_valeur{label_case})]})]}) </p>] <B_utilisee_par> <p class="utilisee_par"> <strong>Utilisée par :</strong> <BOUCLE_utilisee_par(DATA){source tableau, #VALEUR|table_valeur{utilisee_par}}{", "}><a href="#verification_#VALEUR">#VALEUR</a></BOUCLE_utilisee_par> </p> </B_utilisee_par> <B_choix> <p class="choix_possibles"> <strong>Choix possibles :</strong> <ul class="spip"> <BOUCLE_choix(DATA){source tableau, #VALEUR|table_valeur{data}}> <li>"#CLE" : #VALEUR</li> </BOUCLE_choix> </ul> </p> </B_choix> </BOUCLE_options> [(#ENV{format}|=={brut}|oui)
]