Template:Bot/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Documentation/Header}} Template for bot user pages. ==Syntax== {{T|Bot|Bot name|User name}} * In place of ''Bot name'', type name of the bot. * In place of ''User name'', type name of the bot operator." |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Documentation/Header}} | {{Documentation/Header}} | ||
Template for bot user pages. | Template for bot user pages. Adds it to [[:Category:Bots]]. | ||
==Syntax== | ==Syntax== | ||
{{T|Bot|Bot | {{T|Bot|v1=Bot Account Username|v2=Bot Owner Username}} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "User", | |||
"description": "Username of the bot account.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Owner", | |||
"description": "Username of the owner of the bot account.", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Template for bot user pages.", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
Latest revision as of 19:54, 16 July 2026
This is the documentation page for Bot. It contains usage information, categories, and other content not part of the original template page. | ||
|---|---|---|
| Main | Documentation | Usage |
Template for bot user pages. Adds it to Category:Bots.
Syntax
{{Bot|Bot Account Username|Bot Owner Username}}
Template for bot user pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| User | 1 | Username of the bot account. | String | required |
| Owner | 2 | Username of the owner of the bot account. | String | required |