This is needed to provide due credits : CC-by-sa and others.
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}
[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)
- [ ] **Wiki `<noinclude>` input:** lines to be removed.
- [ ] **Dictionary input:** such as bilingual dictionary entries 'red → rouge' into 'rouge' to the RW
- [ ] **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)
Note: https://lingualibre.org/wiki/List:User:Yug/test allows to test this.
https://github.com/lingua-libre/RecordWizard/issues/15