Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/Bot: Difference between revisions

Template page
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>{| class="wikitable infobox-right"
<includeonly><!--
--><div class="floatright"><!--


! colspan="2" style="text-align: center; background-color:#95cafe; padding-top:10px; padding-bottom:10px;" | {{{name}}}
--><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"><!--
! colspan="2" style="padding:0px;" | [[File:{{{icon}}}|256px]]
Bot Icon
-->[[File:{{{icon}}}|300px]]<!--


|-
--><div class="infobox-info">
! colspan="2" style="text-align: center; background-color:#95cafe;" | Information
<span>Developer</span>
<p>[[{{{developer}}}]]</p>
</div><!--


|-
--></div><!--
| Developer
 
| [[{{{developer}}}]]
--></div>
|}</includeonly><noinclude>
</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


Guardian

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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Bot Namename Bot Name

The name of the bot

Example
Guardian
Stringrequired
Bot Iconicon Bot Icon

The filename of the bot's icon, uploaded on this wiki.

Example
Guardian-logo.png
Stringrequired
Developerdeveloper Developer

The name of the bot developer

Example
VoidInVoid
Stringrequired