The use of PLURAL should be encouraged in MediaWiki:Logentry-growthexperiments-addlink since parameters 5, 6 and 7 can show values from 0 to ∞.
Two possibilities:
Reinforce documentation
The existing message
$4 - the number of links that the user reviewed.
$5 - the number of links that the user accepted.
$6 - the number of links that the user rejected.
$7 - the number of links that the user skipped.
could be:
$4 - the number of links that the user reviewed - its value is always superior to 2.
$5 - the number of links that the user accepted - its value goes from 0 to ∞.
$6 - the number of links that the user rejected - its value goes from 0 to ∞.
$7 - the number of links that the user skipped - its value goes from 0 to ∞.
We encourage the use of [https://translatewiki.net/wiki/Plural#Plural_syntax_in_MediaWiki {{PLURAL}}] for parameters $5, $6 and $7.
Force the use of PLURAL in the message
The existing message:
$1 {{GENDER:$2|reviewed}} $4 link suggestions for $3: accepted $5, rejected $6 and skipped $7
could be:
$1 {{GENDER:$2|reviewed}} $4 link suggestions for $3 : {{PLURAL:$5|accepted}}, {{PLURAL:$6|rejected}} and {{PLURAL:$7|skipped}}
$1 {{GENDER:$2|a relu}} $4 suggestions de lien pour $3 : {{PLURAL:$5|acceptée|acceptées}}, {{PLURAL:$6|rejetée|rejetées}} et {{PLURAL:$7|omise|omises}}