Jump to content

User:Excirial/afc config.js

From Wikipedia, the free encyclopedia
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.
/////////////////////////////////////////////////////////////
// This is the user empty preferences file for [[WP:AFCH]] //
/////////////////////////////////////////////////////////////
// If you want to change your settings, please click on    //
// any submission on 'review' --> 'other options' -->      //
// 'user preferences' or go to                             //
// [[Wikipedia:Articles for creation/script/configurator]].//
/////////////////////////////////////////////////////////////
// Don't change that line, it explains which variables are 
// already in this file.
var afcHelper_config_version=1;
/////////////////////////////////////////////////////////////
// AfC configuration                                       //
/////////////////////////////////////////////////////////////
// Notify the submitter, checkbox turned on or off?
var afcHelper_config_notify=1;
// Invite the submitter to the TH, checkbox turned on or off?
var afcHelper_config_notify_TH=0;
// force add submission page to the Watchlist
// 2 = force removal
// 1 = force adding
// 0 = use actual configuration (depends on your [[Special:Preferences]] settings)
var afcHelper_config_watchlist_page=0;
// add (notified) user page to the Watchlist?
// 2 = force removal
// 1 = force adding
// 0 = use actual configuration (depends on your [[Special:Preferences]] settings)
var afcHelper_config_watchlist_user=0;

/////////////////////////////////////////////////////////////
// AFC/R \ AFC/C configuration                             //
/////////////////////////////////////////////////////////////
// add redirect page to the Watchlist?
// 2 = force removal
// 1 = force adding
// 0 = use actual configuration (depends on your [[Special:Preferences]] settings)
var afcHelper_config_watchlist_redirect=0;
// 2 = force removal
// 1 = force adding
// 0 = use actual configuration (depends on your [[Special:Preferences]] settings)
var afcHelper_config_watchlist_category=0;

/////////////////////////////////////////////////////////////