Establishing how the UI strings can be programmatically accessed and linked to the DOM elements.
Steps:
- Determine where these strings originate: MediaWiki i18n system (message keys) or direct HTML
- Map each string to its corresponding DOM element (if applicable), so that it can be linked to user interaction (e.g. highlighting, clicking)