Invalid task config: required parameters "bot" and/or "task" missing
![]() | This template uses Lua: |
Bot task configuration parameters:
bot
: Name of the bot accounttask
: Name of the bot task, used in the alerts and status table.action
: (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 letype
or leaction
parameter of mw:API:Logevents (unless the value is "edit").namespace
: Namespace(s) where the bot edits. Specify the namespace numbers (see Help:Namespaces) separated by commas if multiple.
title
: Title of the page where the bot edits. If it's not a single page, use |title_regex=
instead.title_regex
: Regex matching page titles where the bot edits.
.*
for "any characters".summary
: Edit summary (or log summary) used. If this is not fixed, use |summary_regex=
instead.
summary_regex
: Regex matching edit summary (or log summary) used by the bot.
.*
in the starting and end for partial matching. This choice may be revisited in the future.\{
instead of {
to prevent templates from rendering on this page.min_edits
: (Default: 1) Minimum number of edits or log actions required in the given |duration=
.duration
: (Default: 3 days) The passed time window in which to look for edits.
notify
: Get a talk page notification if the bot task is found to be inactive. Specify a user talk page name here (or just a username).
email
: Get an email notification if bot task is inactive. Specify a username or an email address here.
tools.TOOL_NAME@tools.wmflabs.org
to avoid making your personal email public (emails sent to the tool are delivered to the email address linked with the Toolforge account).