<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=MyWiki%3ABot_activity_monitor%2FConfigurations%2Ftask%2Fdoc</id>
	<title>MyWiki:Bot activity monitor/Configurations/task/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=MyWiki%3ABot_activity_monitor%2FConfigurations%2Ftask%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:Bot_activity_monitor/Configurations/task/doc&amp;action=history"/>
	<updated>2026-04-29T09:30:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>http://70.231.62.181/index.php?title=MyWiki:Bot_activity_monitor/Configurations/task/doc&amp;diff=3177912&amp;oldid=prev</id>
		<title>imported&gt;SD0001: ce</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:Bot_activity_monitor/Configurations/task/doc&amp;diff=3177912&amp;oldid=prev"/>
		<updated>2023-07-17T15:24:53Z</updated>

		<summary type="html">&lt;p&gt;ce&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{lua|Module:Bot task}}&lt;br /&gt;
&amp;lt;!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --&amp;gt;&lt;br /&gt;
Bot task configuration parameters:&lt;br /&gt;
*&amp;lt;code&amp;gt;bot&amp;lt;/code&amp;gt;: Name of the bot account&lt;br /&gt;
*&amp;lt;code&amp;gt;task&amp;lt;/code&amp;gt;: Name of the bot task, used in the alerts and status table.&lt;br /&gt;
*&amp;lt;code&amp;gt;action&amp;lt;/code&amp;gt;: (Default: &amp;quot;edit&amp;quot;) Type of action the bot does: &amp;quot;edit&amp;quot; or any log action such as &amp;quot;delete&amp;quot;, &amp;quot;move&amp;quot;, &amp;quot;patrol&amp;quot;, etc. You also specify a sub-action such as &amp;quot;delete/revision&amp;quot; or &amp;quot;block/reblock&amp;quot;. The value given must be acceptable to either the &amp;lt;code&amp;gt;letype&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;leaction&amp;lt;/code&amp;gt; parameter of [[mw:API:Logevents]] (unless the value is &amp;quot;edit&amp;quot;).&lt;br /&gt;
*&amp;lt;code&amp;gt;namespace&amp;lt;/code&amp;gt;: Namespace(s) where the bot edits. Specify the namespace numbers (see [[Help:Namespaces]]) separated by commas if multiple.&lt;br /&gt;
**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.&lt;br /&gt;
*&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;: Title of the page where the bot edits. If it&amp;#039;s not a single page, use {{para|title_regex}} instead.&lt;br /&gt;
*&amp;lt;code&amp;gt;title_regex&amp;lt;/code&amp;gt;: Regex matching page titles where the bot edits. &lt;br /&gt;
**This should entirely match the full page title. Use &amp;lt;code&amp;gt;.*&amp;lt;/code&amp;gt; for &amp;quot;any characters&amp;quot;.&lt;br /&gt;
*&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;: Edit summary (or log summary) used. If this is not fixed, use {{para|summary_regex}} instead.&lt;br /&gt;
**The exact edit summary. If the edit summary includes templates, please use summary_regex instead to prevent the templates from rendering on this page.&lt;br /&gt;
*&amp;lt;code&amp;gt;summary_regex&amp;lt;/code&amp;gt;: Regex matching edit summary (or log summary) used by the bot. &lt;br /&gt;
**This regex must match the task&amp;#039;s edit summary &amp;#039;&amp;#039;&amp;#039;in entirety&amp;#039;&amp;#039;&amp;#039; (not partially). You can use &amp;lt;code&amp;gt;.*&amp;lt;/code&amp;gt; in the starting and end for partial matching. This choice may be revisited in the future. &lt;br /&gt;
**If it includes templates, use &amp;lt;code&amp;gt;\{&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;{&amp;lt;/code&amp;gt; to prevent templates from rendering on this page.&lt;br /&gt;
**[[Special:Permalink/1051396178#FireflyBot|No piped links allowed!]]&lt;br /&gt;
*&amp;lt;code&amp;gt;min_edits&amp;lt;/code&amp;gt;: (Default: 1) Minimum number of edits or log actions required in the given {{para|duration}}. &lt;br /&gt;
*&amp;lt;code&amp;gt;duration&amp;lt;/code&amp;gt;: (Default: 3 days) The passed time window in which to look for edits.&lt;br /&gt;
**For example if min_edits=4 and duration=5 days, we expect to find at least 4 edits in the past 5 days.&lt;br /&gt;
*&amp;lt;code&amp;gt;notify&amp;lt;/code&amp;gt;: Get a &amp;lt;u&amp;gt;talk page notification&amp;lt;/u&amp;gt; if the bot task is found to be inactive. Specify a user talk page name here (or just a username).&lt;br /&gt;
**Notification will be sent once. If/when you&amp;#039;ve fixed the issue, you can dismiss the notification by removing it or changing its section title, so that the bot can notify you again if problems are found. If a redirect page is given here, the redirect will be followed. &lt;br /&gt;
*&amp;lt;code&amp;gt;email&amp;lt;/code&amp;gt;: Get an &amp;lt;u&amp;gt;email notification&amp;lt;/u&amp;gt; if bot task is inactive. Specify a username or an email address here.&lt;br /&gt;
**If a username is specified, email will be sent through Wikipedia email system, in plain text format. You can specify an email address directly, for HTML format. Note: if your bot is hosted on Toolforge, you can use &amp;lt;code&amp;gt;tools.TOOL_NAME@tools.wmflabs.org&amp;lt;/code&amp;gt; to avoid making your personal email public (emails sent to the tool are delivered to the email address linked with the Toolforge account).&lt;br /&gt;
**Notification will sent once per the duration specified above. That is, if the check is for 1 edit per 3 days – you will receive one email per 3 days at max. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;SD0001</name></author>
	</entry>
</feed>