Discussion module:section/analyse/test

# Conversion de certains modèles de section non orthodoxes (pas de la forme {{-xxx-}})
(u"\{\{trad-trier\}\}", r"{{-trad-trier-}}"),

# Conversion des anciens modèles
(u"[\t ]*\{\{-(.+?)-\}\}[\t ]*", r"===== {{S|\1}} ====="),		# Sections normales : niveau 5
(u"[\t ]*\{\{-(.+?)-\|(.+?)\}\}[\t ]*", r"=== {{S|\1|\2}} ==="),	# Types de mots (car avec paramètre) : niveau 3
(u"\{\{S\|flex-(.+?)\|(.+?)\}\}", r"{{S|\1|\2|flexion}}"),	# Flexion : maintenant un simple paramètre (numéro 2)
(u"\{\{S\|loc-(.+?)\}\}", r"{{S|\1}}"),				# Locution : maintenant déduit automatiquement donc inutile

# Sections sans modèles : on leur met quand même le modèle pour les repérer
(u"==[\t ]*([^{\r\n=]+)[\t ]*==", r"== {{S|\1}} =="),
# Sections de titres normaux
(u"\n[\t ]*=*[\t ]*\{\{S\|(vocabulaire apparenté|voc|vocabulaire proche|vocabulaire)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|vocabulaire}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(étym|etym|étymologie)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|étymologie}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(vidéos)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|vidéos}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(tropo|troponymes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|troponymes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(écrit|écriture)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|écriture}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(dico-sino|sino-dico|dico sinogrammes)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|dico sinogrammes}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(paro|paronymes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|paronymes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(trad|traductions)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|traductions}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(hypervb|hyper-verbes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|hyper-verbes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(dérivés int|drv-int|dérivés autres langues)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|dérivés autres langues}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(ant|anto|antonymes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|antonymes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(augm|augmentatifs)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|augmentatifs}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(homo|homophones)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|homophones}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(pron|prononciations|prononciation)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|prononciation}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(hyper|hyperonymes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|hyperonymes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(taux de reconnaissance)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|taux de reconnaissance}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(décl|déclinaison)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|déclinaison}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(voir|voir aussi)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|voir aussi}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(variantes ortho|var-ortho|variantes orthographiques)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|variantes orthographiques}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(compos|composés)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|composés}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(var|variantes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|variantes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(phrases)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|phrases}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(holo|holonymes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|holonymes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(note|notes)\}\}[\t ]*=*[\t ]*\r", u"\n===== {{S|notes}} ====="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(gent|gentilés)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|gentilés}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(translit|translittérations)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|translittérations}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(bib|bibliographie)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|bibliographie}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(tran|trans|transcriptions)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|transcriptions}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(src|sources)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|sources}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(drv|dérivés)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|dérivés}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(apr|app|apparentés étymologiques|apparentés)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|apparentés}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(variantes dial|var-dial|dial|variantes dialectes|dialectes|variantes dialectales)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|variantes dialectales}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(conjug|conjugaison)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|conjugaison}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(ref|référence|réf|références)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|références}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(hist|attest|attestations)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|attestations}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(syn|synonymes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|synonymes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(abrév|abréviations)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|abréviations}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(faux-amis)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|faux-amis}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(modphon|mutation|modification phonétique)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|modification phonétique}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(trad trier|trad-trier|traductions à trier)\}\}[\t ]*=*[\t ]*\r", u"\n===== {{S|traductions à trier}} ====="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(méro|méronymes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|méronymes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(quasi-syn|q-syn|quasi-synonymes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|quasi-synonymes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(noms-vern|noms vernaculaires)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|noms vernaculaires}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(hypo|hyponymes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|hyponymes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(cit|citations)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|citations}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(anciennes ortho|ortho-arch|anciennes orthographes)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|anciennes orthographes}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(dimin|diminutifs)\}\}[\t ]*=*[\t ]*\r", u"\n==== {{S|diminutifs}} ===="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(anagr|anagramme|anagrammes)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|anagrammes}} ==="),

# Sections de types
(u"\n[\t ]*=*[\t ]*\{\{S\|(pronom)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|pronom|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(copule)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|copule|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adj-int|adjectif int|adjectif interrogatif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adjectif interrogatif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(circon|circonf|circonfixe)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|circonfixe|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(sinog|sino|sinogramme)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|sinogramme|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(inf|infixe)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|infixe|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adjectif rel|adj-rel|adjectif relatif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adjectif relatif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(quantif|quantificateur)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|quantificateur|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(verb-pr|verbe pr|verbe pronominal)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|verbe pronominal|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adjectif qualificatif|adj|adjectif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adjectif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(pronom réf|pronom-per|pronom réfléchi|pronom-réfl|pronom-pers|pronom personnel)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|pronom personnel|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(postpos|post|postposition)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|postposition|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(rafsi)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|rafsi|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(art-part|article par|article partitif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|article partitif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(prénom)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|prénom|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(interf|interfixe)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|interfixe|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adv-rel|adverbe rel|adverbe relatif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adverbe relatif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(pronom dém|pronom-dém|pronom démonstratif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|pronom démonstratif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adj-dém|adjectif dém|adjectif démonstratif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adjectif démonstratif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(verb|verbe)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|verbe|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adjectif ind|adj-indéf|adjectif indéfini)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adjectif indéfini|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adv-ind|adverbe ind|adverbe indéfini)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adverbe indéfini|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adj-excl|adjectif exc|adjectif exclamatif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adjectif exclamatif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(patronyme)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|patronyme|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(aff|affixe)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|affixe|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(loc-phr|phrase|locution phrase|locution-phrase|locution-phrase)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|locution-phrase|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(conj-coord|conjonction coo|conjonction de coordination)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|conjonction de coordination|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(dét|déterminant)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|déterminant|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(part-num|particule num|particule numérale)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|particule numérale|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(pré-verbe)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|pré-verbe|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(pronom-adjectif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|pronom-adjectif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(symb|symbole)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|symbole|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adverbe int|adv-int|adverbe interrogatif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adverbe interrogatif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(préf|préfixe)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|préfixe|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adjectif pos|adj-pos|adjectif possessif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adjectif possessif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(onoma|onom|onomatopée)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|onomatopée|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(art-indéf|article ind|article indéfini)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|article indéfini|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(nom-sciences|nom scient|nom science|nom scientifique)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|nom scientifique|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(interj|interjection)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|interjection|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(variante typo|variante par contrainte typographique|var-typo|variante typographique)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|variante typographique|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(article déf|art-déf|article défini)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|article défini|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(pronom-rel|pronom rel|pronom relatif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|pronom relatif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(pronom int|pronom-int|pronom interrogatif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|pronom interrogatif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(encl|enclitique)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|enclitique|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(part|particule)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|particule|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(gismu)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|gismu|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(racine)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|racine|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(conj|conjonction)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|conjonction|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(nom-fam|nom de famille)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|nom de famille|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(pré-nom)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|pré-nom|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(procl|proclitique)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|proclitique|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adv-pron|adverbe pro|adverbe pronominal)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adverbe pronominal|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(prép|préposition)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|préposition|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adjectif num|adj-num|adjectif numéral)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adjectif numéral|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(idéophone)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|idéophone|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(num|numér|numéral)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|numéral|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(class|classif|classificateur)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|classificateur|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(lettre)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|lettre|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(pronom ind|pronom-indéf|pronom indéfini)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|pronom indéfini|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(prov|proverbe)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|proverbe|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(loc|locution)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|locution|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(suf|suff|suffixe)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|suffixe|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(rad|radical)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|radical|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(pronom pos|pronom-pos|pronom possessif)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|pronom possessif|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(nom-pr|nom propre)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|nom propre|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(nom commun|substantif|nom)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|nom|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(adv|adverbe)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|adverbe|" + r"\2}} ==="),
(u"\n[\t ]*=*[\t ]*\{\{S\|(art|article)\|(.+?)\}\}[\t ]*=*[\t ]*\r", u"\n=== {{S|article|" + r"\2}} ==="),
# Post traitement : espaces avant et après les sections
(u"[\r\n]+==", u"\n\n=="),      # On met une ligne vide avant, et une seule
(u"==[\r\n]+", u"==\n"),        # Pas de ligne vide après par contre (donc deux titres successifs ne sont pas espacés)
(u"^[\r\n]+", u""),             # Éviter les lignes vides en début de page (enlève la ligne vide du premier titre aussi)
# Paramètre num toujours à la fin
(u"\{\{S\|(.+?)(\|num=[^\|\}]+?)(\|?.*)\}\}", r"{{S|\1\3\2}}"),

Javascript modifier

// Liste créée via [[Discussion module:section/analyse/test]]

sections = {
// Sections de titres normaux
"vocabulaire apparenté": {niveau: 4, nom_maj: "vocabulaire"},
"voc": {niveau: 4, nom_maj: "vocabulaire"},
"vocabulaire proche": {niveau: 4, nom_maj: "vocabulaire"},
"vocabulaire": {niveau: 4, nom_maj: "vocabulaire"},
"étym": {niveau: 3, nom_maj: "étymologie"},
"etym": {niveau: 3, nom_maj: "étymologie"},
"étymologie": {niveau: 3, nom_maj: "étymologie"},
"vidéos": {niveau: 4, nom_maj: "vidéos"},
"tropo": {niveau: 4, nom_maj: "troponymes"},
"troponymes": {niveau: 4, nom_maj: "troponymes"},
"écrit": {niveau: 3, nom_maj: "écriture"},
"écriture": {niveau: 3, nom_maj: "écriture"},
"dico-sino": {niveau: 3, nom_maj: "dico sinogrammes"},
"sino-dico": {niveau: 3, nom_maj: "dico sinogrammes"},
"dico sinogrammes": {niveau: 3, nom_maj: "dico sinogrammes"},
"paro": {niveau: 4, nom_maj: "paronymes"},
"paronymes": {niveau: 4, nom_maj: "paronymes"},
"trad": {niveau: 4, nom_maj: "traductions"},
"traductions": {niveau: 4, nom_maj: "traductions"},
"hypervb": {niveau: 4, nom_maj: "hyper-verbes"},
"hyper-verbes": {niveau: 4, nom_maj: "hyper-verbes"},
"dérivés int": {niveau: 4, nom_maj: "dérivés autres langues"},
"drv-int": {niveau: 4, nom_maj: "dérivés autres langues"},
"dérivés autres langues": {niveau: 4, nom_maj: "dérivés autres langues"},
"ant": {niveau: 4, nom_maj: "antonymes"},
"anto": {niveau: 4, nom_maj: "antonymes"},
"antonymes": {niveau: 4, nom_maj: "antonymes"},
"augm": {niveau: 4, nom_maj: "augmentatifs"},
"augmentatifs": {niveau: 4, nom_maj: "augmentatifs"},
"homo": {niveau: 4, nom_maj: "homophones"},
"homophones": {niveau: 4, nom_maj: "homophones"},
"pron": {niveau: 3, nom_maj: "prononciation"},
"prononciations": {niveau: 3, nom_maj: "prononciation"},
"prononciation": {niveau: 3, nom_maj: "prononciation"},
"hyper": {niveau: 4, nom_maj: "hyperonymes"},
"hyperonymes": {niveau: 4, nom_maj: "hyperonymes"},
"taux de reconnaissance": {niveau: 3, nom_maj: "taux de reconnaissance"},
"décl": {niveau: 4, nom_maj: "déclinaison"},
"déclinaison": {niveau: 4, nom_maj: "déclinaison"},
"voir": {niveau: 3, nom_maj: "voir aussi"},
"voir aussi": {niveau: 3, nom_maj: "voir aussi"},
"variantes ortho": {niveau: 4, nom_maj: "variantes orthographiques"},
"var-ortho": {niveau: 4, nom_maj: "variantes orthographiques"},
"variantes orthographiques": {niveau: 4, nom_maj: "variantes orthographiques"},
"compos": {niveau: 4, nom_maj: "composés"},
"composés": {niveau: 4, nom_maj: "composés"},
"var": {niveau: 4, nom_maj: "variantes"},
"variantes": {niveau: 4, nom_maj: "variantes"},
"phrases": {niveau: 4, nom_maj: "phrases"},
"holo": {niveau: 4, nom_maj: "holonymes"},
"holonymes": {niveau: 4, nom_maj: "holonymes"},
"note": {niveau: 5, nom_maj: "notes"},
"notes": {niveau: 5, nom_maj: "notes"},
"gent": {niveau: 4, nom_maj: "gentilés"},
"gentilés": {niveau: 4, nom_maj: "gentilés"},
"translit": {niveau: 4, nom_maj: "translittérations"},
"translittérations": {niveau: 4, nom_maj: "translittérations"},
"bib": {niveau: 4, nom_maj: "bibliographie"},
"bibliographie": {niveau: 4, nom_maj: "bibliographie"},
"tran": {niveau: 4, nom_maj: "transcriptions"},
"trans": {niveau: 4, nom_maj: "transcriptions"},
"transcriptions": {niveau: 4, nom_maj: "transcriptions"},
"src": {niveau: 4, nom_maj: "sources"},
"sources": {niveau: 4, nom_maj: "sources"},
"drv": {niveau: 4, nom_maj: "dérivés"},
"dérivés": {niveau: 4, nom_maj: "dérivés"},
"apr": {niveau: 4, nom_maj: "apparentés"},
"app": {niveau: 4, nom_maj: "apparentés"},
"apparentés étymologiques": {niveau: 4, nom_maj: "apparentés"},
"apparentés": {niveau: 4, nom_maj: "apparentés"},
"variantes dial": {niveau: 4, nom_maj: "variantes dialectales"},
"var-dial": {niveau: 4, nom_maj: "variantes dialectales"},
"dial": {niveau: 4, nom_maj: "variantes dialectales"},
"variantes dialectes": {niveau: 4, nom_maj: "variantes dialectales"},
"dialectes": {niveau: 4, nom_maj: "variantes dialectales"},
"variantes dialectales": {niveau: 4, nom_maj: "variantes dialectales"},
"conjug": {niveau: 4, nom_maj: "conjugaison"},
"conjugaison": {niveau: 4, nom_maj: "conjugaison"},
"ref": {niveau: 3, nom_maj: "références"},
"référence": {niveau: 3, nom_maj: "références"},
"réf": {niveau: 3, nom_maj: "références"},
"références": {niveau: 3, nom_maj: "références"},
"hist": {niveau: 4, nom_maj: "attestations"},
"attest": {niveau: 4, nom_maj: "attestations"},
"attestations": {niveau: 4, nom_maj: "attestations"},
"syn": {niveau: 4, nom_maj: "synonymes"},
"synonymes": {niveau: 4, nom_maj: "synonymes"},
"abrév": {niveau: 4, nom_maj: "abréviations"},
"abréviations": {niveau: 4, nom_maj: "abréviations"},
"faux-amis": {niveau: 4, nom_maj: "faux-amis"},
"modphon": {niveau: 4, nom_maj: "modification phonétique"},
"mutation": {niveau: 4, nom_maj: "modification phonétique"},
"modification phonétique": {niveau: 4, nom_maj: "modification phonétique"},
"trad trier": {niveau: 5, nom_maj: "traductions à trier"},
"trad-trier": {niveau: 5, nom_maj: "traductions à trier"},
"traductions à trier": {niveau: 5, nom_maj: "traductions à trier"},
"méro": {niveau: 4, nom_maj: "méronymes"},
"méronymes": {niveau: 4, nom_maj: "méronymes"},
"quasi-syn": {niveau: 4, nom_maj: "quasi-synonymes"},
"q-syn": {niveau: 4, nom_maj: "quasi-synonymes"},
"quasi-synonymes": {niveau: 4, nom_maj: "quasi-synonymes"},
"noms-vern": {niveau: 4, nom_maj: "noms vernaculaires"},
"noms vernaculaires": {niveau: 4, nom_maj: "noms vernaculaires"},
"hypo": {niveau: 4, nom_maj: "hyponymes"},
"hyponymes": {niveau: 4, nom_maj: "hyponymes"},
"cit": {niveau: 4, nom_maj: "citations"},
"citations": {niveau: 4, nom_maj: "citations"},
"anciennes ortho": {niveau: 4, nom_maj: "anciennes orthographes"},
"ortho-arch": {niveau: 4, nom_maj: "anciennes orthographes"},
"anciennes orthographes": {niveau: 4, nom_maj: "anciennes orthographes"},
"dimin": {niveau: 4, nom_maj: "diminutifs"},
"diminutifs": {niveau: 4, nom_maj: "diminutifs"},
"anagr": {niveau: 3, nom_maj: "anagrammes"},
"anagramme": {niveau: 3, nom_maj: "anagrammes"},
"anagrammes": {niveau: 3, nom_maj: "anagrammes"},

// Sections de types
"pronom": { niveau: 3, nom_maj: "pronom", hasCode:1},
"copule": { niveau: 3, nom_maj: "copule", hasCode:1},
"adj-int": { niveau: 3, nom_maj: "adjectif interrogatif", hasCode:1},
"adjectif int": { niveau: 3, nom_maj: "adjectif interrogatif", hasCode:1},
"adjectif interrogatif": { niveau: 3, nom_maj: "adjectif interrogatif", hasCode:1},
"circon": { niveau: 3, nom_maj: "circonfixe", hasCode:1},
"circonf": { niveau: 3, nom_maj: "circonfixe", hasCode:1},
"circonfixe": { niveau: 3, nom_maj: "circonfixe", hasCode:1},
"sinog": { niveau: 3, nom_maj: "sinogramme", hasCode:1},
"sino": { niveau: 3, nom_maj: "sinogramme", hasCode:1},
"sinogramme": { niveau: 3, nom_maj: "sinogramme", hasCode:1},
"inf": { niveau: 3, nom_maj: "infixe", hasCode:1},
"infixe": { niveau: 3, nom_maj: "infixe", hasCode:1},
"adjectif rel": { niveau: 3, nom_maj: "adjectif relatif", hasCode:1},
"adj-rel": { niveau: 3, nom_maj: "adjectif relatif", hasCode:1},
"adjectif relatif": { niveau: 3, nom_maj: "adjectif relatif", hasCode:1},
"quantif": { niveau: 3, nom_maj: "quantificateur", hasCode:1},
"quantificateur": { niveau: 3, nom_maj: "quantificateur", hasCode:1},
"verb-pr": { niveau: 3, nom_maj: "verbe pronominal", hasCode:1},
"verbe pr": { niveau: 3, nom_maj: "verbe pronominal", hasCode:1},
"verbe pronominal": { niveau: 3, nom_maj: "verbe pronominal", hasCode:1},
"adjectif qualificatif": { niveau: 3, nom_maj: "adjectif", hasCode:1},
"adj": { niveau: 3, nom_maj: "adjectif", hasCode:1},
"adjectif": { niveau: 3, nom_maj: "adjectif", hasCode:1},
"pronom réf": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"pronom-per": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"pronom réfléchi": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"pronom-réfl": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"pronom-pers": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"pronom personnel": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"postpos": { niveau: 3, nom_maj: "postposition", hasCode:1},
"post": { niveau: 3, nom_maj: "postposition", hasCode:1},
"postposition": { niveau: 3, nom_maj: "postposition", hasCode:1},
"rafsi": { niveau: 3, nom_maj: "rafsi", hasCode:1},
"art-part": { niveau: 3, nom_maj: "article partitif", hasCode:1},
"article par": { niveau: 3, nom_maj: "article partitif", hasCode:1},
"article partitif": { niveau: 3, nom_maj: "article partitif", hasCode:1},
"prénom": { niveau: 3, nom_maj: "prénom", hasCode:1},
"interf": { niveau: 3, nom_maj: "interfixe", hasCode:1},
"interfixe": { niveau: 3, nom_maj: "interfixe", hasCode:1},
"adv-rel": { niveau: 3, nom_maj: "adverbe relatif", hasCode:1},
"adverbe rel": { niveau: 3, nom_maj: "adverbe relatif", hasCode:1},
"adverbe relatif": { niveau: 3, nom_maj: "adverbe relatif", hasCode:1},
"pronom dém": { niveau: 3, nom_maj: "pronom démonstratif", hasCode:1},
"pronom-dém": { niveau: 3, nom_maj: "pronom démonstratif", hasCode:1},
"pronom démonstratif": { niveau: 3, nom_maj: "pronom démonstratif", hasCode:1},
"adj-dém": { niveau: 3, nom_maj: "adjectif démonstratif", hasCode:1},
"adjectif dém": { niveau: 3, nom_maj: "adjectif démonstratif", hasCode:1},
"adjectif démonstratif": { niveau: 3, nom_maj: "adjectif démonstratif", hasCode:1},
"verb": { niveau: 3, nom_maj: "verbe", hasCode:1},
"verbe": { niveau: 3, nom_maj: "verbe", hasCode:1},
"adjectif ind": { niveau: 3, nom_maj: "adjectif indéfini", hasCode:1},
"adj-indéf": { niveau: 3, nom_maj: "adjectif indéfini", hasCode:1},
"adjectif indéfini": { niveau: 3, nom_maj: "adjectif indéfini", hasCode:1},
"adv-ind": { niveau: 3, nom_maj: "adverbe indéfini", hasCode:1},
"adverbe ind": { niveau: 3, nom_maj: "adverbe indéfini", hasCode:1},
"adverbe indéfini": { niveau: 3, nom_maj: "adverbe indéfini", hasCode:1},
"adj-excl": { niveau: 3, nom_maj: "adjectif exclamatif", hasCode:1},
"adjectif exc": { niveau: 3, nom_maj: "adjectif exclamatif", hasCode:1},
"adjectif exclamatif": { niveau: 3, nom_maj: "adjectif exclamatif", hasCode:1},
"patronyme": { niveau: 3, nom_maj: "patronyme", hasCode:1},
"aff": { niveau: 3, nom_maj: "affixe", hasCode:1},
"affixe": { niveau: 3, nom_maj: "affixe", hasCode:1},
"loc-phr": { niveau: 3, nom_maj: "locution-phrase", hasCode:1},
"phrase": { niveau: 3, nom_maj: "locution-phrase", hasCode:1},
"locution phrase": { niveau: 3, nom_maj: "locution-phrase", hasCode:1},
"locution-phrase": { niveau: 3, nom_maj: "locution-phrase", hasCode:1},
"locution-phrase": { niveau: 3, nom_maj: "locution-phrase", hasCode:1},
"conj-coord": { niveau: 3, nom_maj: "conjonction de coordination", hasCode:1},
"conjonction coo": { niveau: 3, nom_maj: "conjonction de coordination", hasCode:1},
"conjonction de coordination": { niveau: 3, nom_maj: "conjonction de coordination", hasCode:1},
"dét": { niveau: 3, nom_maj: "déterminant", hasCode:1},
"déterminant": { niveau: 3, nom_maj: "déterminant", hasCode:1},
"part-num": { niveau: 3, nom_maj: "particule numérale", hasCode:1},
"particule num": { niveau: 3, nom_maj: "particule numérale", hasCode:1},
"particule numérale": { niveau: 3, nom_maj: "particule numérale", hasCode:1},
"pré-verbe": { niveau: 3, nom_maj: "pré-verbe", hasCode:1},
"pronom-adjectif": { niveau: 3, nom_maj: "pronom-adjectif", hasCode:1},
"symb": { niveau: 3, nom_maj: "symbole", hasCode:1},
"symbole": { niveau: 3, nom_maj: "symbole", hasCode:1},
"adverbe int": { niveau: 3, nom_maj: "adverbe interrogatif", hasCode:1},
"adv-int": { niveau: 3, nom_maj: "adverbe interrogatif", hasCode:1},
"adverbe interrogatif": { niveau: 3, nom_maj: "adverbe interrogatif", hasCode:1},
"préf": { niveau: 3, nom_maj: "préfixe", hasCode:1},
"préfixe": { niveau: 3, nom_maj: "préfixe", hasCode:1},
"adjectif pos": { niveau: 3, nom_maj: "adjectif possessif", hasCode:1},
"adj-pos": { niveau: 3, nom_maj: "adjectif possessif", hasCode:1},
"adjectif possessif": { niveau: 3, nom_maj: "adjectif possessif", hasCode:1},
"onoma": { niveau: 3, nom_maj: "onomatopée", hasCode:1},
"onom": { niveau: 3, nom_maj: "onomatopée", hasCode:1},
"onomatopée": { niveau: 3, nom_maj: "onomatopée", hasCode:1},
"art-indéf": { niveau: 3, nom_maj: "article indéfini", hasCode:1},
"article ind": { niveau: 3, nom_maj: "article indéfini", hasCode:1},
"article indéfini": { niveau: 3, nom_maj: "article indéfini", hasCode:1},
"nom-sciences": { niveau: 3, nom_maj: "nom scientifique", hasCode:1},
"nom scient": { niveau: 3, nom_maj: "nom scientifique", hasCode:1},
"nom science": { niveau: 3, nom_maj: "nom scientifique", hasCode:1},
"nom scientifique": { niveau: 3, nom_maj: "nom scientifique", hasCode:1},
"interj": { niveau: 3, nom_maj: "interjection", hasCode:1},
"interjection": { niveau: 3, nom_maj: "interjection", hasCode:1},
"variante typo": { niveau: 3, nom_maj: "variante typographique", hasCode:1},
"variante par contrainte typographique": { niveau: 3, nom_maj: "variante typographique", hasCode:1},
"var-typo": { niveau: 3, nom_maj: "variante typographique", hasCode:1},
"variante typographique": { niveau: 3, nom_maj: "variante typographique", hasCode:1},
"article déf": { niveau: 3, nom_maj: "article défini", hasCode:1},
"art-déf": { niveau: 3, nom_maj: "article défini", hasCode:1},
"article défini": { niveau: 3, nom_maj: "article défini", hasCode:1},
"pronom-rel": { niveau: 3, nom_maj: "pronom relatif", hasCode:1},
"pronom rel": { niveau: 3, nom_maj: "pronom relatif", hasCode:1},
"pronom relatif": { niveau: 3, nom_maj: "pronom relatif", hasCode:1},
"pronom int": { niveau: 3, nom_maj: "pronom interrogatif", hasCode:1},
"pronom-int": { niveau: 3, nom_maj: "pronom interrogatif", hasCode:1},
"pronom interrogatif": { niveau: 3, nom_maj: "pronom interrogatif", hasCode:1},
"encl": { niveau: 3, nom_maj: "enclitique", hasCode:1},
"enclitique": { niveau: 3, nom_maj: "enclitique", hasCode:1},
"part": { niveau: 3, nom_maj: "particule", hasCode:1},
"particule": { niveau: 3, nom_maj: "particule", hasCode:1},
"gismu": { niveau: 3, nom_maj: "gismu", hasCode:1},
"racine": { niveau: 3, nom_maj: "racine", hasCode:1},
"conj": { niveau: 3, nom_maj: "conjonction", hasCode:1},
"conjonction": { niveau: 3, nom_maj: "conjonction", hasCode:1},
"nom-fam": { niveau: 3, nom_maj: "nom de famille", hasCode:1},
"nom de famille": { niveau: 3, nom_maj: "nom de famille", hasCode:1},
"pré-nom": { niveau: 3, nom_maj: "pré-nom", hasCode:1},
"procl": { niveau: 3, nom_maj: "proclitique", hasCode:1},
"proclitique": { niveau: 3, nom_maj: "proclitique", hasCode:1},
"adv-pron": { niveau: 3, nom_maj: "adverbe pronominal", hasCode:1},
"adverbe pro": { niveau: 3, nom_maj: "adverbe pronominal", hasCode:1},
"adverbe pronominal": { niveau: 3, nom_maj: "adverbe pronominal", hasCode:1},
"prép": { niveau: 3, nom_maj: "préposition", hasCode:1},
"préposition": { niveau: 3, nom_maj: "préposition", hasCode:1},
"adjectif num": { niveau: 3, nom_maj: "adjectif numéral", hasCode:1},
"adj-num": { niveau: 3, nom_maj: "adjectif numéral", hasCode:1},
"adjectif numéral": { niveau: 3, nom_maj: "adjectif numéral", hasCode:1},
"idéophone": { niveau: 3, nom_maj: "idéophone", hasCode:1},
"num": { niveau: 3, nom_maj: "numéral", hasCode:1},
"numér": { niveau: 3, nom_maj: "numéral", hasCode:1},
"numéral": { niveau: 3, nom_maj: "numéral", hasCode:1},
"class": { niveau: 3, nom_maj: "classificateur", hasCode:1},
"classif": { niveau: 3, nom_maj: "classificateur", hasCode:1},
"classificateur": { niveau: 3, nom_maj: "classificateur", hasCode:1},
"lettre": { niveau: 3, nom_maj: "lettre", hasCode:1},
"pronom ind": { niveau: 3, nom_maj: "pronom indéfini", hasCode:1},
"pronom-indéf": { niveau: 3, nom_maj: "pronom indéfini", hasCode:1},
"pronom indéfini": { niveau: 3, nom_maj: "pronom indéfini", hasCode:1},
"prov": { niveau: 3, nom_maj: "proverbe", hasCode:1},
"proverbe": { niveau: 3, nom_maj: "proverbe", hasCode:1},
"loc": { niveau: 3, nom_maj: "locution", hasCode:1},
"locution": { niveau: 3, nom_maj: "locution", hasCode:1},
"suf": { niveau: 3, nom_maj: "suffixe", hasCode:1},
"suff": { niveau: 3, nom_maj: "suffixe", hasCode:1},
"suffixe": { niveau: 3, nom_maj: "suffixe", hasCode:1},
"rad": { niveau: 3, nom_maj: "radical", hasCode:1},
"radical": { niveau: 3, nom_maj: "radical", hasCode:1},
"pronom pos": { niveau: 3, nom_maj: "pronom possessif", hasCode:1},
"pronom-pos": { niveau: 3, nom_maj: "pronom possessif", hasCode:1},
"pronom possessif": { niveau: 3, nom_maj: "pronom possessif", hasCode:1},
"nom-pr": { niveau: 3, nom_maj: "nom propre", hasCode:1},
"nom propre": { niveau: 3, nom_maj: "nom propre", hasCode:1},
"nom commun": { niveau: 3, nom_maj: "nom", hasCode:1},
"substantif": { niveau: 3, nom_maj: "nom", hasCode:1},
"nom": { niveau: 3, nom_maj: "nom", hasCode:1},
"adv": { niveau: 3, nom_maj: "adverbe", hasCode:1},
"adverbe": { niveau: 3, nom_maj: "adverbe", hasCode:1},
"art": { niveau: 3, nom_maj: "article", hasCode:1},
"article": { niveau: 3, nom_maj: "article", hasCode:1},
// Autres cas à remplacer
"étymologies": {niveau:3, nom_maj:"étymologie"},
"étymologies": {niveau:3, nom_maj:"étymologie"},
"référence": {niveau:3, nom_maj:"référence"},
"prononciations": {niveau:3, nom_maj:"prononciations"},

"quantifieur": {niveau:3, nom_maj:"quantificateur", hasCode:1},

"synonyme": {niveau:4, nom_maj:"synonymes"},
"antonyme": {niveau:4, nom_maj:"antonymes"},
"abréviation": {niveau:4, nom_maj:"abréviations"},
"variante": {niveau:4, nom_maj:"variantes"},
}
Revenir à la page « section/analyse/test ».