User:Excirial/afc config.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:Excirial/afc config. |
/////////////////////////////////////////////////////////////
// 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;
/////////////////////////////////////////////////////////////