To make it easier to report errors there are some improvement that can be done. These assume that the pages for pronunciation errors looks like the ones we have at the moment.
- Link directly to the pronunciation error page for the correct language.
- We need to decide what the feedback ("megaphone") button actually means. Either we add a new button and keep it as is, change the behaviour or make it dynamic, i.e. report error when a word is selected, though that may be confusing.
- Create a template for new row.
- Either a proper MW-template or just a bit of text, depending on how involved it needs to be.
- Add a new row with prefilled cells.
- Hopefully this can be done by passing parameters to index.php, see https://www.mediawiki.org/wiki/Manual:Parameters_to_index.php#Edit_and_submit. If not maybe an API-request can do it.
- "Date" and "Page" should be easy enough to add.
- "Word or expression" and "Context" should be possible to generate from selection (if any). Logic in selection player can probably be reused.