Skip to content

Commit

Permalink
tag: add templates (#1972)
Browse files Browse the repository at this point in the history
I added {{User-generated}} and {{BLP no footnotes}} into the 'General content issues' -> 'Verifiability and sources' section of friendlytag.js.
 {{BLP one source}} was already present as of 8e5fc21.
  • Loading branch information
RustyCat-1 committed Aug 19, 2024
1 parent 364e033 commit f16852c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/friendlytag.js
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ Twinkle.tag.article.tagList = {
{ tag: 'Weasel', description: 'neutrality or verifiability is compromised by the use of weasel words' }
],
'Verifiability and sources': [
{ tag: 'BLP no footnotes', description: 'BLP that lacks inline citations'},
{ tag: 'BLP one source', description: 'BLP that relies largely or entirely on a single source' },
{ tag: 'BLP sources', description: 'BLP that needs additional references or sources for verification' },
{ tag: 'BLP unreferenced', description: 'BLP does not cite any sources at all (use BLP PROD instead for new articles)' },
Expand All @@ -843,7 +844,8 @@ Twinkle.tag.article.tagList = {
{ tag: 'Sources exist', description: 'notable topic, sources are available that could be added to article' },
{ tag: 'Third-party', description: 'relies too heavily on sources too closely associated with the subject' },
{ tag: 'Unreferenced', description: 'does not cite any sources at all' },
{ tag: 'Unreliable sources', description: 'some references may not be reliable' }
{ tag: 'Unreliable sources', description: 'some references may not be reliable' },
{ tag: 'User-generated', description: 'contains largely references to user-generated content'}
]
},
'Specific content issues': {
Expand Down

0 comments on commit f16852c

Please sign in to comment.