Wikipedia:Bot activity monitor/Configurations/task/doc: Difference between revisions

Content deleted Content added
clarify
clarify summary_regex
Line 8:
*<code>namespace</code>: Namespace(s) where the bot edits. Specify the namespace numbers (see [[Help:Namespaces]]) separated by commas if multiple.
**Common namespace numbers: 0 (article), 2 (user), 4 (Wikipedia), 6 (file), 10 (template), 14 (category), 118 (draft). For respective talk namespaces, add 1 to those numbers.
*<code>title</code>: Title of the page where the bot edits,. ifIf it's not a single page, otherwise use {{para|title_regex}} instead.
*<code>title_regex</code>: Regex matching page titles where the bot edits.
**This should entirely match the full page title. Use <code>.*</code> for "any characters".
Line 14:
**The exact edit summary. If the edit summary includes templates, please use summary_regex instead to prevent the templates from rendering on this page.
*<code>summary_regex</code>: Regex matching edit summary (or log summary) used by the bot.
**This regex must match the task's edit summary in entirety (not partially). You can use <code>.*</code in the starting and end for partial matching. This choice may be revisited in the future.
**If it includes templates, use <code>\{</code> instead of <code>{</code> to prevent templates from rendering on this page.
*<code>min_edits</code>: (Default: 1) Minimum number of edits or log actions required in the given {{para|duration}}.