[List loader](https://github.com/lingua-libre/RecordWizard/blob/master/modules/generator/rw.generator.List.js) properly handles :
- [ ] **HTML comments input:** lines to be removed, see also https://github.com/lingua-libre/RecordWizard/commit/75a4d32158b28bfb24e53cf7e92437f9d9ade9e1 and [this regex](https://stackoverflow.com/a/57996414/1974961)x] **HTML comments remover** https://regex101.com/r/biXQg5/1
- [ - [x] **WikiHTML and `<noinclude>` inputremover :** lines to be removed.https://regex101.com/r/WswD2Z/1
- [ - [x] **Bilingual input:** such as bilingual dictionary entriesArrow separated translations remover,** such 'red → rouge' sends 'rouge' to the RW : https://regex101.com/r/Rby7uR/1
- [ ] **Metadata input:** such as 'rouge [pos:adjective,ipa:/ɹuːʒ/]' into 'rouge' to the RW. Metadata part is parsed and saved into relevant variables. (Passing it downstream is another issue, see T196038 )
- [ - [x] **Section titles:** remove section titles.rs:** https://regex101.com/r/dth5ST/1
https://github.com/lingua-libre/RecordWizard/commit/75a4d32158b28bfb24e53cf7e92437f9d9ade9e1 and [this regex](https://stackoverflow.com/a/57996414/1974961)
Note: https://lingualibre.org/wiki/List:User:Yug/test allows to test this.:
```
<!-- Comment 1 -->
<noinclude>
{{draft}}
</noinclude>
== Test ==
# Albus
# Bicos
# Craco !
# red neck parrots → péroquet à cou rouge
# yellow → jaune
# green → vert [pos:adjective, ipa: /vɜːt/]
<!-- Comment 2a
Comment 2b
Comment 2c -->
```
To test : [[ https://lingualibre.fr/wiki/Special:RecordWizard | Record Wizard ]] > Details : local list > [[ https://lingualibre.fr/wiki/List:Pol/words-by-frequency-2001-to-4000 | Pol/words-by-frequency-2001-to-4000 ]]. See result, at the end of the list. See wikipage, at the end of the page.
{F27744073}