Template:Bot Owner/doc: Difference between revisions

Raven.Familiar (talk | contribs)
No edit summary
mNo edit summary
 
Line 1: Line 1:
{{Documentation/Header}}
{{Documentation/Header}}
Template to display a notice in the userpage of a bot owner and add them to [[:Category:Bot Owners]].
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}}
{{T|Bot Owner|p1=RavenFamiliarBot|p2=Raven.Familiar|_Y_=1}}


<templatedata>
<templatedata>
Line 11: Line 10:
"1": {
"1": {
"label": "User",
"label": "User",
"description": "The username of the bot account",
"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": "Color Selection in the form: R, G, B, A",
"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 in the userpage of a bot owner.",
"description": "Template to display a notice on the user page of a bot owner.",
"format": "inline"
"format": "inline"
}
}
</templatedata>
</templatedata>