[EN] Discover unhandled templates
See original GitHub issueI added some code at the end of the english last_template_handler
in order to log the templates that are rendered by default.
To limit the number of templates, I print only templates with more than 2 parts
and with data
, especially if nocat
is not the only data
The code and the result is available here: https://gist.github.com/lasconic/139942e3761200eaa62e0a3a9be3d4f6 First file is the code. Second file is the template name and the number of hits : it gives a sense of the impact if the support for a template is handled Third file is the full list, convenient to find one or more examples of the template used on wiktionary.
I discovered a couple of templates that should be ignored: https://github.com/BoboTiG/ebook-reader-dict/issues/395 and many others that needs to be implemented…
I was not sure where to put this, so I open an issue. Please, let me know if it’s not the right place.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:22 (12 by maintainers)
Top GitHub Comments
To discover more unhandled templates, for English or French, we could look for template rendered by default but containing special chars like “-” or “_”. They are probably rendered badly…
90 done, 90 to go…