Template:Bot/doc: Difference between revisions
Updating template data |
add parameter "account" to TemplateData |
||
| Line 43: | Line 43: | ||
"site3": { |
"site3": { |
||
"description": "The two letter code for user/user talk page of the third bot operator, if not Meta." |
"description": "The two letter code for user/user talk page of the third bot operator, if not Meta." |
||
}, |
|||
"account": { |
|||
"description": "Name of the Toolforge tool account that the bot runs on", |
|||
"type": "string" |
|||
} |
} |
||
}, |
}, |
||
| Line 59: | Line 63: | ||
"codebase", |
"codebase", |
||
"awb", |
"awb", |
||
"toolforge" |
"toolforge", |
||
"account" |
|||
] |
] |
||
} |
} |
||
Latest revision as of 22:40, 18 July 2023
| This is a documentation subpage for Template:Bot. It contains usage information, categories, and other content that is not part of the original template page. |
Template used to identify bot accounts and its operators.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | The first unnamed parameter specifies the operator of the bot.
| User | suggested |
| 2 | 2 | The second and third unnamed parameters can be used to specify co-operators of the bot, if required. | Unknown | optional |
| 3 | 3 | The second and third unnamed parameters can be used to specify co-operators of the bot, if required. | Unknown | optional |
| by | by | If specified, overrides the usual display of the operator's username in the first line generated from the three unnamed parameters. | Unknown | optional |
| by2 | by2 | If specified, overrides the usual display of the operator's username in the first line generated from the three unnamed parameters. | Unknown | optional |
| by3 | by3 | If specified, overrides the usual display of the operator's username in the first line generated from the three unnamed parameters. | Unknown | optional |
| site | site | The two letter code for user/user talk page of the first bot operator, if not Meta. | Unknown | optional |
| site2 | site2 | The two letter code for user/user talk page of the second bot operator, if not Meta. | Unknown | optional |
| site3 | site3 | The two letter code for user/user talk page of the third bot operator, if not Meta. | Unknown | optional |
| codebase | codebase | The name of the code (programming or scripting language) used to create the bot (e.g., Pywikibot, perlWikipedia, ...) | Unknown | optional |
| awb | awb | yes (if this bot uses AWB), or omit (if it doesn't). | Unknown | optional |
| toolforge | toolforge | If toolforge=<any string> is set, then adds a new template indicating that the bot runs on the Toolforge, reminding administrators to disable autoblocks so that other accounts running there aren't affected | String | optional |
| account | account | Name of the Toolforge tool account that the bot runs on | String | optional |