Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added {{uw-blar}} and {{uw-articletodraft}} #1797

Merged
merged 3 commits into from
Aug 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions modules/twinklewarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,10 @@ Twinkle.warn.messages = {
label: 'Bad AIV report',
summary: 'Notice: Bad AIV report'
},
'uw-articletodraft': {
label: 'Article moved to draftspace',
summary: 'Notice: Article moved to draftspace'
},
'uw-autobiography': {
label: 'Creating autobiographies',
summary: 'Notice: Creating autobiographies'
Expand All @@ -960,6 +964,10 @@ Twinkle.warn.messages = {
summary: 'Notice: "Biting" newcomers',
suppressArticleInSummary: true // non-standard (user name, not article), and not necessary
},
'uw-blar': {
label: 'Article blanked and redirected',
summary: 'Notice: Article blanked and redirected'
},
'uw-coi': {
label: 'Conflict of interest',
summary: 'Notice: Conflict of interest',
Expand Down
Loading