As an editor, I want to easily understand what is behind a EntitySchema when looking at my [[ https://www.wikidata.org/wiki/Special:Watchlist | Watchlist ]]
**Problem**
Currently on users' [[ https://www.wikidata.org/wiki/Special:Watchlist | Watchlist ]], EntitySchemas are shown by their ID instead of their label, making it difficult for users to understand what the EntitySchema is for.
To make EntitySchemas more legible for users, we would like to replicate the format that is used for Items i.e. "Label (ID)"
How Items are displayed:
{F37099122}
**BDD**
GIVEN an EntitySchema
WHEN it is listed on users' [[ https://www.wikidata.org/wiki/Special:Watchlist | Watchlist ]]
THEN it is shown as "Label (ID)"
**Acceptance criteria:**
[ ] the EntitySchema is shown with its label and ID in all MediaWiki listings
[ ] the language of the label follows the UI language
**Note**
* Watchlist and Recent Changes could be implemented together as they may use the same hook
* Language fallback will be done for this in T330491