Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// turn on/off all bots
all = true;
// turn on/off WA Incubator Bot
wa_bot = true;
// turn on/off WA Feedback Requests Bot
fb_bot = true;
// turn on/off WA Reminder Bot
remindbot = true;
/********************/
/* WA Incubator Bot */
/********************/

// prefix for pages in WA Incubator 
wa_inc_prefix = "Wikipedia:WikiAfrica/Stubs";
// base category of WA Incubator articles 
wa_inc_cat = "WikiAfrica new articles";
// marking new WA-Incubator articles 
wa_new = true;
// comment when marking new WA Incubator articles 
wa_new_comment = "added [[Template:WA new|WA new]] template";
// turn on hiding categories in WA-Incubator 
wa_cat = true;
// comment when hiding categories in WA Incubator 
wa_cat_comment = "categories deactivated";
// turn on hiding langlinks in WA Incubator 
wa_ll = true;
// comment when hiding langlinks in WA Incubator 
wa_ll_comment = "langlinks deactivated";
// comment when hiding both categories and langlinks in WA Incubator 
wa_cat_ll_comment = "categories and langlinks deactivated";
// page for logging articles in WA Incubator 
wa_log = "Wikipedia:WikiAfrica/Incubator/Log";
// page for logging articles in WA Incubator in alternative style
wa_alter_log = "User:Dibot/WA_log";
// comment when hiding langlinks in WA Incubator 
wa_log_comment = "new entries added";
// max number of articles for bot to work on (please don't use more than 5000) 
wa_max = 500;

/****************************/
/* WA Feedback Requests Bot */
/****************************/
// page, where bot should collect feedback requests
fb_page = "Wikipedia:WikiAfrica/Incubator/Requests for feedback";
// categories with requests (!!! don't remove symbol | in the end of the line !!!)
fb_cats = "WikiAfrica/User requests/Check|WikiAfrica/User requests/Help|";
/************* replaced by using User:Dibot/fb *******************
// titles for describing categories in fb_cats (!!! don't remove symbol | in the end of the line !!!)
// fb_titles = "Actual check-requests|Actual help-requests|"; 
// number of fb_titles = number of fb_cats
******************************************************************/
// short titles for comment in bot-edits (!!! don't remove symbol | in the end of the line !!!)
fb_short_titles = "Check|Help|"; // number of fb_short_titles = number of fb_cats
// to use or not to use special visual styles for marking articles by additional categories (true/false)
// colors of visual styles see at [[User:Dibot/fb]]
fb_nb = false;
// categories for special visual styles
// for example:
// nb=0 - no notability; 
// nb=1 - may be notable; 
// nb=3 - clear notability;
fb_nb_cats = "WikiAfrica new articles/nb0|WikiAfrica new articles/nb1|WikiAfrica new articles/nb2|";

/*******************/
/* WA Reminder Bot */
/*******************/
remind_forgotten = 20;
remind_exceed = 120;
remind_push_out = 140;
remind_cat = "WikiAfrica/Candidats for review";
remind_cat_out = "WikiAfrica/Forgotten articles";
nullbot = true;
nullcats = "WikiAfrica/User requests/Check|WikiAfrica/User requests/Help|WikiAfrica/Candidats for review|WikiAfrica/Forgotten articles|";