ebook-reader-dict: [EN] Discover unhandled templates

I 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.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 22 (12 by maintainers)

Most upvoted 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…