User:IncubatorBot/WA-settings.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:IncubatorBot/WA-settings. |
// 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|";