First proposed by @tstarling in r1174896. See Slack discussion (private).
What?
Similar to Wikidata, we could set the display title to be the entity title, and show the entity ID in parentheses. For example, when viewing Community Wishlist/Wishes/W123 the <h1> at the top would say "Title of my wish (W123)".
With the title in the <h1>, it would look odd to repeat it in a <h2> immediately beneath it. So, we could remove the first <h2> with the title, and move the status chip to be an indicator. Then, change the "Description" heading to be a <h2>.
| Before | After |
|---|---|
Why?
It looks nicer, and since the <title> of the tab will have the wish title, making it easier to find the wish you want when you have multiple wishes open in the browser.
Acceptance criteria
- Set the display title to be the entity title
- Next to the title should be the entity ID like (W123) but in a gray color, like Wikidata. Unlike Wikidata however, it can keep the same font size as the <h1>
- Remove the first <h2> with the title as it is now redundant
- Move the status chip to be an indicator
- Change the "Description" heading to be a <h2>.



