Template:Bot Owner/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{Documentation/Header}} | {{Documentation/Header}} | ||
Template to display a notice | Template to display a notice on the user page of a bot owner. Adds them to [[:Category:Bot Owners]]. | ||
==Syntax== | ==Syntax== | ||
{{T|Bot Owner|v1=Bot Account Username|v2=Bot Owner Username}} | {{T|Bot Owner|v1=Bot Account Username|v2=Bot Owner Username}} | ||
<templatedata> | <templatedata> | ||
| Line 11: | Line 10: | ||
"1": { | "1": { | ||
"label": "User", | "label": "User", | ||
"description": " | "description": "Username of the bot account.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 27: | Line 26: | ||
], | ], | ||
"label": "Background Color", | "label": "Background Color", | ||
"description": " | "description": "Background color selection in the form: R, G, B, A.", | ||
"type": "string", | "type": "string", | ||
"default": "104, 162, 209, 0.15" | "default": "104, 162, 209, 0.15" | ||
} | } | ||
}, | }, | ||
"description": "Template to display a notice | "description": "Template to display a notice on the user page of a bot owner.", | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 19:51, 16 July 2026
This is the documentation page for Bot Owner. It contains usage information, categories, and other content not part of the original template page. | ||
|---|---|---|
| Main | Documentation | Usage |
Template to display a notice on the user page of a bot owner. Adds them to Category:Bot Owners.
Syntax
{{Bot Owner|Bot Account Username|Bot Owner Username}}
Template to display a notice on the user page of a bot owner.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| User | 1 | Username of the bot account. | String | required |
| Owner | 2 | Username of the owner of the bot account.
| String | suggested |
| Background Color | bg background | Background color selection in the form: R, G, B, A.
| String | optional |