Wikipedia:Bot activity monitor/Configurations/task/doc: Difference between revisions
Content deleted Content added
rm header |
clarify |
||
Line 10:
*<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.
**This should entirely match the full page title. Use <code>.*</code> for "any characters".
*<code>summary</code>: Edit summary (or log summary) used. If this is not fixed, use {{para|summary_regex}} instead.
**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.
**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}}.
*<code>duration</code>: (Default: 3 days) The passed time window in which to look for edits.
|