As part of the Article Guidance work (T396029), the initial "Title entry and topic matching" steps allow users to write the title for their article and help them identify which subject the article will be about.
The list of matching Wikidata items can be perceived as suggestions to auto-complete the title too. As reported by a user, trying to create an article about "No Game No Life", as the user types "No Game" they may notice the result they were looking for already in the Wikidata items and select an item labelled as "No Game No Life". This creates the expectation for the title to be completed based on the selection. (which is not the case). In the next step, the user notices the title is incomplete ("No Game") without a clear option on how to fix it.
We may need to consider different scenarios since updating the title to the Wikidata label of the selected item may not be always expected. For example, a user typing "Orange (color)" as the title of their article, and selecting the orange Wikidata item (Q39338), may find confusing for their title to be automatically changed back to just "orange".
This ticket proposes to explore the following:
- Ways to use the information in the selected Wikidata item to complete the title when it makes sense. We may want to explore different approaches (automatically update the title, showing a suggestion for the user to apply, etc.) and determine in which circunstances (always, only when the title matches the beginning of the Wikidata item label, etc.).
- Provide ways to adjust the title to allow correcting any mismatch in expectations. That is, consider cases where the title is automatically updated when the user didn't want it to be, or the other way around, and how those can be easily fixed by the user.
Proposed UX behavior
- Selecting a Wikidata topic automatically updates the title
After the user picks a Wikidata result, the article title is updated to the selected item’s label.
Examples:
- User types No Game, selects No Game No Life · television series → title becomes No Game No Life
- The next step shows the updated title with an edit affordance
After selection, the user continues to the next step. The title is shown with the selected topic/type context, and a pencil icon lets the user update the title if the automatic update was not what they wanted.
- The pencil opens an Update title screen
The update screen lets the user:
- update the title manually
- If the system changed the title automatically, preserve the title the user originally typed as a recovery option.
- You originally typed "$1". Use that
- 'Use that' is an inline text action. Selecting it fills the title field with the original typed value but does not immediately continue.
Interaction details
- The screen title is Update title.
- The article title field is focused when the screen opens.
- The selected Wikidata subject remains visible on the screen so the user understands which topic the title belongs to.
- Primary button label: Update title
- Secondary button label: Cancel
- The Update title button is disabled when:
- the title field is empty or whitespace-only
- title validation is running
- the title is invalid
- the title already exists locally
- Cancel discards changes made on the Update title screen and returns the user to the previous step.
Title already taken inside Update title
If the user enters a title that already exists on wiki, keep the Update title button disabled and show inline feedback near the title field.
Guardrails
- If the selected Wikidata item does not have a label in the wiki’s content language, keep the user’s typed title instead of replacing it with a wikidata label.
- If the updated title is already taken, use the existing title conflict flow.
- The title remains editable later in the flow.














