নকীব বট this user is a Bot
নকীব বট (Talk · Contribs)
OperatorNokib Sarkar (वार्ता · योगदान)
Approved?No
Flagged?No
Edit period/s6 per minute, run every hour
Automatic or manual?Automatic
Programming language/sPywikibot
Source code published?No
Emergency shutoff-compliant?No
User language
bn-N এ ব্যবহারকারীর বাংলা ভাষার উপরে মাতৃভাষার মতন ধারণা রয়েছে।
en-3 This user has advanced knowledge of English.
Users by language

বাংলাSetting

This is the documentation of "নকীব বট"(English pronunciation: /ˈnoˈkib ˈbɔʈ/). Please do not ask me to rename my non-romanised name as I am more familiar with this name in my community; I am sorry for this trouble. Please contact either Bengali (recommended) or English in my home wiki for quicker response.

In this documentation the parameter status of each task is the basic permission for the task. If you set this false, the bot will just ignore the task.

  • categoryRedirect:Managing category redirects
    • status : Whether to perform any edits. (Required to be true even for test edit.)
    • test : the option for performing test edits.
      • status : Whether to perform test edit or not. If the bot is approved, please consider setting it false.
      • rate: How many edits should be performed per minute. It must be an integer.
      • count: How many edits should be performed in total. It must be an integer.
    • summary: The summary for replacing category. {0} means the redirected category while {1} refers to target category.
    • red_summary: The summary while adding {{Category redirect}} (localised if applicable) in your language.
    • native_namespace: The localisation of the literal Category
    • temp_subpage: The subpage "/doc" in your language i.e. "/নথি" in Bengali.
    • cat_patt: Variation of the spelling of the namespace "Category" (including your native language). This is also a regExp pattern.
    • temp_patt : The variation of the soft redirecting template (i.e {{Category redirect}}, {{Categoryredirect}}, {{বিষয়শ্রেণী পুনর্নির্দেশ}} etc.) in your native language. This is also a regExp.[note 1]
    • template: The template name (excluding Template: namespace) which is used to indicate soft category redirect i.e the localisation of the literal Category redirect. Please create one if does not exist.
    • red_patt : The "Redirect" (variations of this word i.e. #REDIRECT [[]], #Redirect[[]], #পুনর্নির্দেশ [[]] etc.) pattern in your language.[note 1]
    • tracker : Non-empty soft redirect categories are tracked via which category.

Notes

  1. a b Just use regExp and "|", "?", "[]", "()" or any other literals can be used. Only include the variation in literals, excluding parantheses as they will be added automatically i.e if the variations are {{Category redirect}}, {{Categoryredirect}} and {{বিষয়শ্রেণী পুনর্নির্দেশ}} please provide [Cc]ategory ?redirect|বিষয়শ্রেণী পুনর্নির্দেশ only. Do not encapsulate the whole pattern with parenthases as the interpreter will add it automatically. But nested grouping should provided.