More actions
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..." |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><!-- | ||
--><div class="floatright"><!-- | |||
--><div style="display:flex; justify-content:center;"><span class="infobox-header" style="text-align:center; margin-bottom:5px;">{{{name}}}</span></div><!-- | |||
--><div class="infobox-main"><!-- | |||
Bot Icon | |||
-->[[File:{{{icon}}}|300px]]<!-- | |||
--><div class="infobox-info"> | |||
<span>Developer</span> | |||
<p>[[{{{developer}}}]]</p> | |||
</div><!-- | |||
--></div><!-- | |||
--></div> | |||
</includeonly> | |||
<noinclude> | |||
{{Infobox/Bot | {{Infobox/Bot | ||
|name = Guardian | |name = Guardian | ||
| Line 31: | Line 36: | ||
</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 11:03, 4 April 2025
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 |