Template:Infobox/Bot: Difference between revisions
(Created page with "<includeonly>{| class="wikitable infobox-right" ! colspan="2" style="text-align: center; background-color:#95cafe; padding-top:10px; padding-bottom:10px;" | {{{name}}} |- ! colspan="2" style="padding:0px;" | [[File:{{{icon}}}|256px]] |- ! colspan="2" style="text-align: center; background-color:#95cafe;" | Information |- | Developer | [[{{{developer}}}]] |}</includeonly><noinclude> {{Infobox/Bot |name = Guardian |icon = Guardian-logo.png |developer = VoidInVoid }} Thi...") |
m (Protected "Template:Infobox/Bot" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 31: | Line 31: | ||
</pre> | </pre> | ||
</html> | </html> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"aliases": [ | |||
"Bot Name" | |||
], | |||
"label": "Bot Name", | |||
"description": "The name of the bot", | |||
"example": "Guardian", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"icon": { | |||
"aliases": [ | |||
"Bot Icon" | |||
], | |||
"label": "Bot Icon", | |||
"description": "The filename of the bot's icon, uploaded on this wiki.", | |||
"example": "Guardian-logo.png", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"developer": { | |||
"aliases": [ | |||
"Developer" | |||
], | |||
"label": "Developer", | |||
"description": "The name of the bot developer", | |||
"example": "VoidInVoid", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Infobox for a server bot" | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Latest revision as of 09:56, 17 February 2023
Guardian | |
---|---|
Information | |
Developer | VoidInVoid |
This is the infobox for a server bot, use it as shown below.
Upload the icon for the bot via the file uploader page first!
{{Infobox/Bot |name = Guardian |icon = Guardian-logo.png |developer = VoidInVoid }}
Infobox for a server bot
Parameter | Description | Type | Status | |
---|---|---|---|---|
Bot Name | name Bot Name | The name of the bot
| String | required |
Bot Icon | icon Bot Icon | The filename of the bot's icon, uploaded on this wiki.
| String | required |
Developer | developer Developer | The name of the bot developer
| String | required |