Template:Bot/doc
| This is a documentation subpage for Template:Bot (see that page for the template itself). It contains usage information, categories, and other content that are not part of the original template page. |
{{bot}} — An information box that indicates that the user is a bot.
Parameters
- 1
- The first unnamed parameter specifies the operator of the bot.
- 2, 3
- The second and third unnamed parameters can be used to specify co-operators of the bot, if required.
- site
- The two letter code for those operators that do not have an account on the English language Wikibooks (though having a local account is strongly recommended).
- status
- active (without flag), approved (with flag), inactive (but approved), trial, unapproved, or globalbot
- awb
- yes (if this bot uses AWB), or omit (if it doesn't).
- codebase
- The name of the code (programming or scripting language) used to create the bot (e.g., pyWikibot, perlWikibot, ...)
- brfa
- Optional if specified, overrides the name of the request for approval. If not specified, defaults to {{BASEPAGENAME}}
Example
| Code | Result | |||
|---|---|---|---|---|
{{Bot|John Smith}} |
|
|||
{{Bot|John Smith|site=en}} |
|
|||
{{Bot|John Smith|site=en|awb=yes}} |
|
|||
{{Bot|John Smith|site=en |
|
|||
{{Bot|John Smith|site=en|status=active}} |
|
|||
{{Bot|John Smith|site=en|status=approved}} |
|
|||
{{Bot|John Smith|site=en|status=trial}} |
|
|||
{{Bot|John Smith|site=en|status=inactive}} |
|
|||
{{Bot|John Smith|site=en|status=unapproved}} |
|
|||
{{Bot|John Smith|site=en|status=globalbot}} |
|