Template:Bot/doc: Difference between revisions

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 name|User name}}
{{T|Bot|v1=Bot Account Username|v2=Bot Owner Username}}
* In place of ''Bot name'', type name of the bot.
 
* In place of ''User name'', type name of the bot operator.
<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>