As an editor, I want to easily understand what is behind a EntitySchema when looking at a page listing.
**Example:**
* [[ https://www.wikidata.org/wiki/Special:AllPages?from=&to=&namespace=640 | Special:AllPages ]]
* [[ https://www.wikidata.org/wiki/Special:RecentChanges | Recent Changes ]]
* [[ https://www.wikidata.org/wiki/Special:Watchlist | Watchlist ]]
**BDD**
GIVEN an EntitySchema
WHEN it is listed in a listing like Special:AllPages
THEN it is shown as "Label (ID)"
**Acceptance criteria:**
[ ] the Entity Schema is shown with its label and ID in all MediaWiki listings
[ ] the language of the label follows the UI language
[ ] applying language fallback in the same way it is done for Items and Properties would be <3
**Open question**
Should language fallback be covered in this ticket, or independently in this ticket T330491?