Page MenuHomePhabricator

Add a link suggestion: Update copy
Open, Needs TriagePublic

Description

Background

In T415321 we updated all suggestion copy to the same format. This task is to align the Add link suggestion to this format.

image.png (506×694 px, 113 KB)

Proposed change

image.png (584×714 px, 130 KB)

TitleAdd a link
DescriptionThis text does not link to another article. Add a link to help readers learn more about this topic.
Question before buttonsLink “<text>” to <article title>?
ButtonsAdd link / Dismiss
Footer textSuggested links are machine-generated. Review before adding.

Acceptance criteria (or Done)

  • Update the copy for Add link suggestion

Event Timeline

LazyShrey subscribed.

hello, i am submitting a patch for this issue, hope that works :)

Change #1279533 had a related patch set uploaded (by LazyShrey; author: LazyShrey):

[mediawiki/extensions/VisualEditor@master] editcheck: Update suggested link copy

https://gerrit.wikimedia.org/r/1279533

"This text does not link..." sounds more natural to me, as we are talking about the behaviour of the text, rather than the connectivity of the pages.

"This text does not link..." sounds more natural to me, as we are talking about the behaviour of the text, rather than the connectivity of the pages.

It sounds good. I've updated the copy in the task's description to: "This text does not link to another article. Add a link to help readers learn more about this topic."

We can update the implementation with this new copy.

Change #1279533 merged by jenkins-bot:

[mediawiki/extensions/VisualEditor@master] editcheck: Update suggested link copy

https://gerrit.wikimedia.org/r/1279533

Please consider the content of the text within the table of the task description's Requirements section final.

Change #1288984 had a related patch set uploaded (by DLynch; author: DLynch):

[mediawiki/extensions/VisualEditor@master] SuggestedLinkEditCheck: update copy

https://gerrit.wikimedia.org/r/1288984

Change #1288989 had a related patch set uploaded (by DLynch; author: DLynch):

[mediawiki/extensions/VisualEditor@master] SuggestedLinkEditCheck: remove the icons from the actions

https://gerrit.wikimedia.org/r/1288989

With those patches, we're now to this state:

CleanShot 2026-05-18 at 16.43.59@2x.png (540×634 px, 61 KB)

Change #1288984 merged by jenkins-bot:

[mediawiki/extensions/VisualEditor@master] SuggestedLinkEditCheck: update copy

https://gerrit.wikimedia.org/r/1288984

Change #1288989 merged by jenkins-bot:

[mediawiki/extensions/VisualEditor@master] SuggestedLinkEditCheck: remove the icons from the actions

https://gerrit.wikimedia.org/r/1288989

El T424203#11933583, @DLynch escribió:

With those patches, we're now to this state:

CleanShot 2026-05-18 at 16.43.59@2x.png (540×634 px, 61 KB)

@DLynch thank you for sharing. Quick design review of the implemented state:

  • To align with the Revise Tone one, the footer should include the cdxIconRobot in icon-size-small
  • Footer text size should be font-size-small (12px on Vector22, 14px on Minerva)
  • (already said in other suggestions/checks) the description and question should be color-subtle (color-base in all the text makes the card too heavy)
  • The More options button should be aligned with the other buttons (not with the footer text)

To align with the Revise Tone one, the footer should include the cdxIconRobot in icon-size-small

Tone also doesn't have the icon currently, I assume because it's actually sort of a pain to make it generic. (We have a generic "there is a footer", but we haven't implemented "there is a footer that needs a warning icon for ML content".)

Footer text-size is also consistent with Tone.

CleanShot 2026-05-18 at 16.16.25@2x.png (438×650 px, 42 KB)

(already said in other suggestions/checks) the description and question should be color-subtle (color-base in all the text makes the card too heavy)

Aren't we still debating that? I remember writing up a whole "that seems like a bad idea" answer elsewhere, since none of the content of these cards should be made harder-to-read...

Change #1289365 had a related patch set uploaded (by DLynch; author: DLynch):

[mediawiki/extensions/VisualEditor@master] EditCheckActionWidget: adjust design of feedback menu button

https://gerrit.wikimedia.org/r/1289365

For the suggestion feedback ... menu, that patch does this:

CleanShot 2026-05-19 at 09.37.51@2x.png (680×630 px, 85 KB)

And in German, since that's an easy way to get us to wide buttons that'll have to wrap:

CleanShot 2026-05-19 at 09.35.13@2x.png (862×642 px, 97 KB)

(I left the experimental warning in for those screenshots since that shows all the possible elements. It would more normally look like this:

CleanShot 2026-05-19 at 09.41.10@2x.png (576×640 px, 71 KB)
)

Change #1289377 had a related patch set uploaded (by DLynch; author: DLynch):

[mediawiki/extensions/VisualEditor@master] EditCheckActionWidget: support setting an icon next to the footer

https://gerrit.wikimedia.org/r/1289377

That patch adjusts the footer display:

CleanShot 2026-05-19 at 10.32.10@2x.png (562×646 px, 56 KB)

@bmartinezcalvo if there's a ticket for more general design adjustments to the widget (for the footer and the suggestion-feedback icon), I could retag those patches against it.