Template:Bot/doc

From Our World of Text Wiki

{{Bot}} generates an information box that indicates that the editor is not a human and actually an automatic process assigned to do automated tasks on this Wiki. All parameters are optional.

The first unnamed parameter specifies the operator of the bot; it does not have to be specified if the operator of the bot does not have an account on this Wiki. |by=, if specified, overrides the usual display of the operator's username in the first line generated from the first unnamed parameter.

  • {{Bot|John Smith}}
  • {{Bot|John Smith|by=owned by [[User:John Smith|]] ([[User talk:John Smith|talk]]) but run by the community}}

|status= specifies the status of the bot, which can be either active, inactive, unapproved (i.e., awaiting approval), denied, or retired.

  • {{Bot|John Smith|status=active}}
  • {{Bot|John Smith|status=inactive}}
  • {{Bot|John Smith|status=unapproved}}
  • {{Bot|John Smith|status=denied}}
  • {{Bot|John Smith|status=retired}}

If the bot is inactive or retired, |last_edited= can be specified to indicate when the bot's last automated edit was. Use the timestamp present in the bot's user contributions page.

  • {{Bot|John Smith|status=inactive|last_edited=00:00, January 01, 2000}}
  • {{Bot|John Smith|status=retired|last_edited=00:00, January 01, 2000}}

Any additional information can be specified using |more=.

  • {{Bot|John Smith|status=unapproved|more=The bot is undergoing testing.}}

TemplateData

This template generates an information box that indicates that the editor is not a human and actually an automatic process assigned to do automated tasks on this Wiki. All parameters are optional.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Bot operator1

The operator of the bot; does not have to be specified if the operator of the bot does not have an account on this Wiki.

Example
John Smith
Usersuggested
Custom operator displayby

Overrides the usual display of the operator's username in the first line generated from parameter, "bot operator".

Example
owned by [[User:John Smith|]] ([[User talk:John Smith|talk]]) but run by the community
Stringoptional
Bot statusstatus

The status of the bot, which can be either active, inactive, unapproved (i.e., awaiting approval), denied, or retired.

Suggested values
active inactive unapproved denied retired
Example
active
Stringsuggested
Date and time of last automated editlast_edited

Indicates when the bot's last automated edit was if the bot is inactive or retired. Use the timestamp present in the bot's contributions page.

Example
00:00, January 01, 2000
Dateoptional
Additional informationmore

Use to specify any additional information.

Example
The bot is undergoing testing.
Stringoptional