Skip to content

Commit

Permalink
tag: update template names, add {{BLP one source}}
Browse files Browse the repository at this point in the history
* Rename {{Like resume}} to {{Resume-like}}
* Rename {{BLP unsourced}} to {{BLP unreferenced}}
* Add {{BLP one source}}
* Rename {{Cleanup-PR}} to {{Cleanup press release}}
  • Loading branch information
Gonzom committed Jun 25, 2024
1 parent 100cfbf commit eedcfc4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions modules/friendlytag.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,9 +723,9 @@ Twinkle.tag.article.tagList = {
{ tag: 'Essay-like', description: 'written like a personal reflection, personal essay, or argumentative essay' },
{ tag: 'Fanpov', description: "written from a fan's point of view" },
{ tag: 'Inappropriate person', description: 'uses first-person or second-person inappropiately' },
{ tag: 'Like resume', description: 'written like a resume' },
{ tag: 'Resume-like', description: 'written like a resume' },
{ tag: 'Manual', description: 'written like a manual or guidebook' },
{ tag: 'Cleanup-PR', description: 'reads like a press release or news article',
{ tag: 'Cleanup press release', description: 'reads like a press release or news article',
subgroup: {
type: 'hidden',
name: 'cleanupPR1',
Expand Down Expand Up @@ -832,8 +832,9 @@ Twinkle.tag.article.tagList = {
{ tag: 'Weasel', description: 'neutrality or verifiability is compromised by the use of weasel words' }
],
'Verifiability and sources': [
{ 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: '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)' },
{ tag: 'More citations needed', description: 'needs additional references or sources for verification' },
{ tag: 'One source', description: 'relies largely or entirely on a single source' },
{ tag: 'Original research', description: 'contains original research' },
Expand Down

0 comments on commit eedcfc4

Please sign in to comment.