From 87b4cffec4e171ab8be68ad1c750c127b2e11888 Mon Sep 17 00:00:00 2001 From: malnadach-konkno Date: Wed, 15 Jan 2025 15:53:45 +0530 Subject: [PATCH] tag: add {{Only primary sources}} (#2157) --- modules/twinkletag.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/twinkletag.js b/modules/twinkletag.js index 3478c8b24..bbcd4ee70 100644 --- a/modules/twinkletag.js +++ b/modules/twinkletag.js @@ -826,6 +826,7 @@ Twinkle.tag.article.tagList = { { tag: 'No significant coverage', description: '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: 'Only primary sources', description: 'relies only on references to primary sources, and needs secondary sources' }, { tag: 'Original research', description: 'contains original research' }, { tag: 'Primary sources', description: 'relies too much on references to primary sources, and needs secondary sources' }, { tag: 'Self-published', description: 'contains excessive or inappropriate references to self-published sources' },