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

Content deleted Content added
change default duration
No edit summary
Line 7:
*<code>task</code>: Name of the bot task, used in the alerts and status table.
*<code>action</code>: (Default: "edit") Type of action the bot does: "edit" or any log action such as "delete", "move", "patrol", etc. You also specify a sub-action such as "delete/revision" or "block/reblock". The value given must be acceptable to either the <code>letype</code> or <code>leaction</code> parameter of [[mw:API:Logevents]] (unless the value is "edit").
*<code>namespacesnamespace</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, if it's a single page, otherwise use {{para|title_regex}} instead.
*<code>title_regex</code>: Regex matching page titles where the bot edits.