Page MenuHomePhabricator

Page Curation tool one source in stead of self-published
Closed, ResolvedPublic

Description

The Page Curation tool adds {{one source|date=February 2017}} to an article when Sources -> Self-published sources is selected. It should tag the article with {{Self-published|date=February 2017}}

Event Timeline

This is an on-wiki issue, not an issue with PageTriage/PageCuration itself.

Fixed in https://en.wikipedia.org/wiki/User:Mattflaschen-WMF/MediaWiki:PageTriageExternalTagsOptions.js . Please copy to https://en.wikipedia.org/wiki/MediaWiki:PageTriageExternalTagsOptions.js .

I checked all the other tags as well. There were two issues, including the one you mentioned.

I've done the edit, thanks for checking the tags.

Betalabs has the latest MediaWiki:PageTriageExternalTagsOptions.js (copied from https://en.wikipedia.org/wiki/MediaWiki:PageTriageExternalTagsOptions.js)

{F5557512}

Previously tag: 'one source' was used for three different labels

selfpublished: {
         label: 'Self-published sources',
         tag: 'one source',

onesource: {
         label: mw.msg( 'pagetriage-tags-onesource-label' ),
         tag: 'one source',

thirdparty: {
         label: 'Third-party sources',
         tag: 'one source',

Now each label has a different and specific to the label tag:

selfpublished: {
          label: 'Self-published sources',
          tag: 'Self-published',
 
onesource: {
          label: mw.msg( 'pagetriage-tags-onesource-label' ),
          tag: 'one source',

  thirdparty: {
          label: 'Third-party sources',
          tag: 'Third-party',

QA recommendation: Resolve.