From 6dd0549f1f00a638718b6d93e821438d75c28578 Mon Sep 17 00:00:00 2001 From: earlt612 <58372701+earlt612@users.noreply.github.com> Date: Tue, 25 Jul 2023 07:54:13 -0600 Subject: [PATCH 1/7] Update friendlytag.js --- modules/friendlytag.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/friendlytag.js b/modules/friendlytag.js index 0e871a18e..a5f0636b8 100644 --- a/modules/friendlytag.js +++ b/modules/friendlytag.js @@ -835,6 +835,8 @@ Twinkle.tag.article.tagList = { { tag: 'BLP sources', description: 'BLP that needs additional sources for verification' }, { tag: 'BLP unsourced', description: 'BLP that has no sources at all (use BLP PROD instead for new articles)' }, { tag: 'More citations needed', description: 'needs additional references or sources for verification' }, + { tag: 'No signifigant coverage' , description: 'article contains no sources with signifigant coverage' }, + { tag: 'No signifigant coverage (sports)', description: 'Sports bio that has no sources containing signifigant coverage' }, { tag: 'One source', description: 'relies largely or entirely on a single source' }, { tag: 'Original research', description: 'contains original research' }, { tag: 'Primary sources', description: 'relies too much on references to primary sources, and needs secondary sources' }, From e7b2db6943391c4fb6759e6ff604374578dfe598 Mon Sep 17 00:00:00 2001 From: earlt612 <58372701+earlt612@users.noreply.github.com> Date: Tue, 25 Jul 2023 08:00:57 -0600 Subject: [PATCH 2/7] lint fix + general fixes --- modules/friendlytag.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/friendlytag.js b/modules/friendlytag.js index a5f0636b8..79598503a 100644 --- a/modules/friendlytag.js +++ b/modules/friendlytag.js @@ -835,8 +835,8 @@ Twinkle.tag.article.tagList = { { tag: 'BLP sources', description: 'BLP that needs additional sources for verification' }, { tag: 'BLP unsourced', description: 'BLP that has no sources at all (use BLP PROD instead for new articles)' }, { tag: 'More citations needed', description: 'needs additional references or sources for verification' }, - { tag: 'No signifigant coverage' , description: 'article contains no sources with signifigant coverage' }, - { tag: 'No signifigant coverage (sports)', description: 'Sports bio that has no sources containing signifigant coverage' }, + { tag: 'No signifigant coverage', description: 'article contains no sources with signifigant coverage of the subject' }, + { tag: 'No signifigant coverage (sports)', description: 'Sports bio contains no sources with signifigant coverage of the subject' }, { tag: 'One source', description: 'relies largely or entirely on a single source' }, { tag: 'Original research', description: 'contains original research' }, { tag: 'Primary sources', description: 'relies too much on references to primary sources, and needs secondary sources' }, From a54864d522acb843d524a276fdb0c11e34186e47 Mon Sep 17 00:00:00 2001 From: earlt612 <58372701+earlt612@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:22:23 -0600 Subject: [PATCH 3/7] tweak per PR Thank you to @Eejit43 for the suggestions. --- modules/friendlytag.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/friendlytag.js b/modules/friendlytag.js index 530185fc1..91151a07e 100644 --- a/modules/friendlytag.js +++ b/modules/friendlytag.js @@ -835,8 +835,8 @@ Twinkle.tag.article.tagList = { { tag: 'BLP sources', description: 'BLP that needs additional sources for verification' }, { tag: 'BLP unsourced', description: 'BLP that has no sources at all (use BLP PROD instead for new articles)' }, { tag: 'More citations needed', description: 'needs additional references or sources for verification' }, - { tag: 'No signifigant coverage', description: 'article contains no sources with signifigant coverage of the subject' }, - { tag: 'No signifigant coverage (sports)', description: 'Sports bio contains no sources with signifigant coverage of the subject' }, + { tag: 'No significant coverage', description: 'does not cite any sources containing significant coverage' }, + { tag: 'No significant coverage (sports)', 'sports biography that does not cite any sources containing significant coverage' }, { tag: 'One source', description: 'relies largely or entirely on a single source' }, { tag: 'Original research', description: 'contains original research' }, { tag: 'Primary sources', description: 'relies too much on references to primary sources, and needs secondary sources' }, From 53cef2c304f92ce10236f9c4fd3d84c3bb78ac87 Mon Sep 17 00:00:00 2001 From: earlt612 <58372701+earlt612@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:11:49 -0600 Subject: [PATCH 4/7] fix lint From 54945c2dabb30e5c2a29ebfc162a13883027704f Mon Sep 17 00:00:00 2001 From: earlt612 <58372701+earlt612@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:45:42 -0600 Subject: [PATCH 5/7] apply lint roller From 97ec50872e34a2ac85659c9c7e5b1f3186409f0b Mon Sep 17 00:00:00 2001 From: earlt612 <58372701+earlt612@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:48:44 -0600 Subject: [PATCH 6/7] update per novemlinguae --- modules/friendlytag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/friendlytag.js b/modules/friendlytag.js index 604c9e71c..804882e34 100644 --- a/modules/friendlytag.js +++ b/modules/friendlytag.js @@ -836,7 +836,7 @@ Twinkle.tag.article.tagList = { { tag: 'BLP unsourced', description: 'BLP that has no sources at all (use BLP PROD instead for new articles)' }, { tag: 'More citations needed', description: 'needs additional references or sources for verification' }, { tag: 'No significant coverage', description: 'does not cite any sources containing significant coverage' }, - { tag: 'No significant coverage (sports)', 'sports biography that does not cite any sources containing significant coverage' }, + { tag: 'No significant coverage (sports)', descirption: 'sports biography that does not cite any sources containing significant coverage' }, { tag: 'One source', description: 'relies largely or entirely on a single source' }, { tag: 'Original research', description: 'contains original research' }, { tag: 'Primary sources', description: 'relies too much on references to primary sources, and needs secondary sources' }, From e01555828dafcd1de31381992cbd2d10b486cef1 Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Thu, 5 Sep 2024 19:06:52 -0700 Subject: [PATCH 7/7] fix typo causing an undefined --- modules/friendlytag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/friendlytag.js b/modules/friendlytag.js index f4bc0a09c..9f119fda9 100644 --- a/modules/friendlytag.js +++ b/modules/friendlytag.js @@ -837,7 +837,7 @@ Twinkle.tag.article.tagList = { { tag: 'BLP unreferenced', description: 'BLP does not cite any sources at all (use BLP PROD instead for new articles)' }, { tag: 'More citations needed', description: 'needs additional references or sources for verification' }, { tag: 'No significant coverage', description: 'does not cite any sources containing significant coverage' }, - { tag: 'No significant coverage (sports)', descirption: 'sports biography that does not cite any sources containing significant coverage' }, + { tag: 'No significant coverage (sports)', description: 'sports biography that does not cite any sources containing significant coverage' }, { tag: 'One source', description: 'relies largely or entirely on a single source' }, { tag: 'Original research', description: 'contains original research' }, { tag: 'Primary sources', description: 'relies too much on references to primary sources, and needs secondary sources' },