VerifyUser is a script that helps users add their Discord username and tag to their user profile. This is a compulsory verification step when joining the Fandom/Gamepedia Discord.
Parameters
It is possible to customize the link and use the same script for other bots on different channels. This is done by supplying a query string to the URL. A full URL using all parameters would look like Special:VerifyUser/Noreplyz?user=Noreplyz&tag=4077&c=wb&ch=verify-me
| Parameter | Description | Default | Example |
|---|---|---|---|
/<username> |
Shows a warning if the username in the URL is not the same as the logged in user. This helps reduce the possibility of adding someone else's Discord tag to a user's profile. | N/A | Special:VerifyUser/Jr_Mime |
user |
The Discord username, without the tag. | N/A | Special:VerifyUser?user=Noreplyz |
tag |
The Discord tag. | N/A | Special:VerifyUser?tag=4077 |
c |
The command used to verify in the server. This changes the text the user can copy after adding their Discord tag to their profile. c=wb uses the Wiki-Bot format. It can be set site-wide in window.dev.VerifyUser.command. |
!verify | Special:VerifyUser?c=!wiki%20verify |
ch |
The channel name used to verify in the server. This changes the instructions given after successfully adding their Discord tag to their profile. It can be set site-wide in window.dev.VerifyUser.channel. |
verification | Special:VerifyUser?ch=verify-me |
Installation
Text above can be found here (edit)