Template:Infobox Wikipedia bot
| {{{Bot name}}} | |
|---|---|
| ([[Template talk:{{{Bot name}}}|talk]] · [[Special:Contributions/{{{Bot name}}}|contribs]]) | |
| {{{logo}}} | |
| {{{image}}} | |
| Operator: | {{{operator}}} |
| Author | {{{author}}} |
| Approved? | {{{approval}}} |
| Flagged? | {{{flag}}} |
| Task/s: | {{{tasks}}} |
| Edit rate: | {{{edit rate}}} |
| Edit period/s: | {{{period}}} |
| Automatic or manual? | {{{process}}} |
| Programming language/s: | {{{language}}} |
| Exclusion compliant? | Yes |
| Source code published? | {{{source}}} |
| Emergency shutoff-compliant? | Yes |
| Other information: | |
Infobox
The complete infobox:
{{Infobox bot
| Bot name =
| image =
| caption =
| status =
| operator =
| author =
| approval =
| flag =
| tasks =
| edit rate =
| process =
| language =
| period =
| Excl. comp. =
| source =
| lang_cat =
| shutoff =
| other =
| nocat =
| brfa =
| active =
}}
|
Values for lang_cat are AWB, C Sharp, Java, Javascript, Perl, PHP, Python, and Ruby.
Status
Setting |active=yes will set the "Status" field to Active and, unless |nocat=yes, place the page into Category:Active Wikipedia bots. Setting |active=no will set the "Status" field to Inactive and, unless |nocat=yes, place the page into Category:Inactive Wikipedia bots. Setting the |status= parameter to any value will override the automatic value in the status field.
If the bot uses a status or automatic shutoff page, you can use it to automatically categorize the bot. If the status page consists only the word "true"/"false" (or "yes"/"no"), you can use:
active={{lc:{{NAME OF STATUS PAGE}}}}
If it uses something other than "true"/"false" or "yes"/"no", but there are still only one possible contents of the status page when the bot is running, use:
active={{#ifeq:{{lc:{{NAME OF STATUS PAGE}}}}|LOWER CASE TEXT IF BOT IS ACTIVE|yes|no}}
If your bot has multiple lines on the status page for multiple bot tasks, and you want to display as active if any of them are running (indicated by "true" in this example), use:
active={{#iferror:{{#invoke:String|match|s={{NAME OF STATUS PAGE}}|pattern=true}}|no|yes}}
Example
| SkyBot 1 | |
|---|---|
| (talk · contribs) | |
![]() SkyBot 1 at top-speed | |
| Operator: | Anonymous Dissident (t) |
| Approved? | Not yet |
| Flagged? | No |
| Task/s: | (Will) Work at WP:CFD/W, Wikiproject tagging. |
| Edit rate: | (Proposed) 10 per minute |
| Edit period/s: | Periodically |
| Automatic or manual? | Automatic |
| Programming language/s: | Works through AWB |
| Exclusion compliant? | Yes |
| Source code published? | no |
| Other information: | SkyBot 1 may later be assigned the task of delivering newsletters. |
{{Infobox bot
|Bot name = SkyBot 1
|image = [[File:F-105 Thunderchief underside.jpg|300px|SkyBot 1]]
|caption = '''SkyBot 1 at top-speed'''
|operator = [[user:Anonymous Dissident|Anonymous Dissident]] [[User talk:Anonymous Dissident|(t)]]
|approval = Not yet
|flag = No
|tasks = (Will) Work at [[WP:CFD/W]], Wikiproject tagging.
|edit rate = (Proposed) 10 per minute
|period = Periodically
|process = Automatic
|language = Works through [[WP:AWB|AWB]]
|Excl. comp. = yes
|source = no
|other = SkyBot 1 may later be assigned the task of delivering newsletters.
}}
| The above documentation is transcluded from Template:Infobox Wikipedia bot/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages. Please add categories to the /doc subpage. Subpages of this template. |
