Skip to content

Commit

Permalink
Add unsourced, and welcomeen-it/hi/id
Browse files Browse the repository at this point in the history
  • Loading branch information
methecooldude committed Apr 20, 2024
1 parent 100cfbf commit 97a70c7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions modules/friendlywelcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,11 @@ Twinkle.welcome.templates = {
description: 'for anonymous users who have removed content from pages',
linkedArticle: true,
syntax: '{{subst:welcome-anon-delete|$ARTICLE$|$USERNAME$}} ~~~~'
},
'welcome-anon-unsourced': {
description: 'for anonymous users who have added unsourced content',
linkedArticle: true,
syntax: '{{subst:welcome-anon-unsourced|$ARTICLE$|$USERNAME$}} ~~~~'
}
}
},
Expand Down Expand Up @@ -577,6 +582,18 @@ Twinkle.welcome.templates = {
'welcomeen-uk': {
description: 'welcome for users whose first language appears to be Ukrainian',
syntax: '{{subst:welcomeen-uk}}'
},
'welcomeen-it': {
description: 'welcome for users whose first language appears to be Italian',
syntax: '{{subst:welcomeen-it}}'
},
'welcomeen-hi': {
description: 'welcome for users whose first language appears to be Hindi',
syntax: '{{subst:welcomeen-hi}}'
},
'welcomeen-id': {
description: 'welcome for users whose first language appears to be Indonesian',
syntax: '{{subst:welcomeen-id}}'
}
}
}
Expand Down

0 comments on commit 97a70c7

Please sign in to comment.