Skip to content

Commit

Permalink
speedy: update u5, tag: add {{User-generated}}, {{BLP one source}}, {…
Browse files Browse the repository at this point in the history
…{BLP no footnotes}} (#1992)

* update speedy u5 (#1930)

* eslint

Fixed indentation using eslint

* eslint

Fixed indentation using eslint

* tag: add templates (#1972)

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.

* fixed indentation

* modify tabs to reduce diff

* adjust label too, to meet acceptance criteria

* adjust description

---------

Co-authored-by: NovemLinguae <[email protected]>
  • Loading branch information
rustykitty and NovemLinguae authored Nov 12, 2024
1 parent 0c311e0 commit 93b67b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion modules/friendlytag.js
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,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 @@ -841,7 +842,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 many references to user-generated (self-published) content'}
]
},
'Specific content issues': {
Expand Down
4 changes: 2 additions & 2 deletions modules/twinklespeedy.js
Original file line number Diff line number Diff line change
Expand Up @@ -732,9 +732,9 @@ Twinkle.speedy.userList = [
tooltip: 'User pages of users that do not exist (Check Special:Listusers)'
},
{
label: 'U5: Blatant WP:NOTWEBHOST violations',
label: 'U5: A non-contributor misusing Wikipedia as a web host',
value: 'notwebhost',
tooltip: 'Pages in userspace consisting of writings, information, discussions, and/or activities not closely related to Wikipedia\'s goals, where the owner has made few or no edits outside of userspace, with the exception of plausible drafts and pages adhering to WP:UPYES.',
tooltip: 'Pages in userspace consisting of writings, information, discussions, or activities not closely related to Wikipedia\'s goals, where the owner has made few or no edits outside of user pages, except for plausible drafts and pages adhering to WP:UPYES. It applies regardless of the age of the page in question.',
hideWhenRedirect: true
},
{
Expand Down

0 comments on commit 93b67b9

Please sign in to comment.