Help with Wiki-Bot
Edit Page
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 12: Line 12:
 
* The required account age in days to match the verification entry.
 
* The required account age in days to match the verification entry.
 
* Whether the Discord users nickname should be set to their wiki username when they match the verification entry.
 
* Whether the Discord users nickname should be set to their wiki username when they match the verification entry.
 
== Notices ==
 
=== Success notice ===
 
This notice is added to a successful verification.
 
;Example: <code>Thanks for your work on the wiki, you can now check out the #editors channel.</code>
 
 
=== Missing requirements notice ===
 
This notice is added when the Discord user matches the wiki user, but they don't fulfill any requirements for roles.
 
;Example: <code>You need at least 50 edits for the @Editor role.</code>
 
 
=== Functions and Variables ===
 
The custom notices support some simple functions and variables.
 
* <code>$editcount</code> – The current edit count of the user.
 
* <code>$accountage</code> – The current account age of the user in full days.
 
* <code>$postcount</code> – The current discussions post count of the user (only Fandom wikis).
 
* <code><nowiki>{{#expr: 1+1}}</nowiki></code> – Returns the result of an expression.
 
** Supports only addition <code>+</code> and subtraction <code>-</code>. <!--(Because the dev is too lazy to add more)-->
 
* <code><nowiki>{{#ifexpr:</nowiki> 1 > 1 | ''if true'' | ''if false'' <nowiki>}}</nowiki></code> – Returns text depending on the result of an expression.
 
** Supports <code><</code>, <code>></code>, <code>=</code>, <code><=</code>, <code>>=</code>, <code>!=</code>, <code><></code> as well as <code>and</code>, <code>or</code>.
 
   
 
== How to Verify ==
 
== How to Verify ==
Please note that all contributions to the Help with Wiki-Bot are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)

Template used on this page: