diff --git a/modules/friendlywelcome.js b/modules/friendlywelcome.js index 016673362..a9c7bd5db 100644 --- a/modules/friendlywelcome.js +++ b/modules/friendlywelcome.js @@ -378,6 +378,10 @@ Twinkle.welcome.templates = { wikiProject: { 'WikiProject-specific welcome templates': { + 'TWA invite': { + description: 'invite the user to The Wikipedia Adventure (not a welcome template)', + syntax: '{{subst:WP:TWA/InviteTW|signature=~~~~}}' + }, 'welcome-anatomy': { description: 'welcome for users with an apparent interest in anatomy topics', syntax: '{{subst:welcome-anatomy}} ~~~~' @@ -485,9 +489,9 @@ Twinkle.welcome.templates = { description: 'welcome for users with an apparent interest in video game topics', syntax: '{{subst:welcome-videogames}}' }, - 'TWA invite': { - description: 'invite the user to The Wikipedia Adventure (not a welcome template)', - syntax: '{{subst:WP:TWA/InviteTW|signature=~~~~}}' + 'WikiProject Women in Red invite': { + description: 'welcome for users with an intrest in writing about women', + syntax: '{{subst:WikiProject Women in Red invite|1=~~~~}}' } } },