Template:Infobox bot/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Infobox bot | {{Infobox bot | ||
| | | name = <!-- If this field is not provided, the page name will be used. --> | ||
| image | | image = <!-- Just enter the file name. Do not include "File:" or any brackets. For example: Trollface.svg --> | ||
| caption | | image_size = | ||
| | | caption = | ||
| | | discordtag = | ||
| | | discordid = | ||
| owner | | prefix = | ||
| language | | owner = | ||
| | | language = | ||
| invitelink | | sourcecode = | ||
| invitelink = | |||
}}</nowiki></pre> | }}</nowiki></pre> | ||
===Example=== | ===Example=== | ||
Here is an example using a made-up user. The configured parameters are also listed. | Here is an example using a made-up user. The configured parameters are also listed. | ||
{{Infobox bot | {{Infobox bot | ||
| | | name = Example bot | ||
| image | | image = Discord default pfp blurple.svg | ||
| caption | | image_size = 180px | ||
| | | caption = | ||
| | | discordtag = Example#0000 | ||
| | | discordid = 753757823535677561 | ||
| owner | | prefix = & | ||
| language = | | owner = [[Example User]] | ||
| | | language = Javascript | ||
| invitelink | | sourcecode = [https://github.com/User/Repository Github] | ||
| invitelink = [https://discord.com/oauth2/authorize Invite] | |||
}} | }} | ||
<pre><nowiki> | |||
{{Infobox bot | |||
| name = Example bot | |||
| image = Discord default pfp blurple.svg | |||
| image_size = 180px | |||
| caption = | |||
| discordtag = Example#0000 | |||
| discordid = 753757823535677561 | |||
| prefix = & | |||
| owner = [[Example User]] | |||
| language = Javascript | |||
| sourcecode = [https://github.com/User/Repository Github] | |||
| invitelink = [https://discord.com/oauth2/authorize Invite] | |||
}}</nowiki></pre> |
Revision as of 15:49, 26 July 2021
This infobox is for use on articles about bots.
Configuration
Here is a configuration of this template with all parameters:
{{Infobox bot | name = <!-- If this field is not provided, the page name will be used. --> | image = <!-- Just enter the file name. Do not include "File:" or any brackets. For example: Trollface.svg --> | image_size = | caption = | discordtag = | discordid = | prefix = | owner = | language = | sourcecode = | invitelink = }}
Example
Here is an example using a made-up user. The configured parameters are also listed.
Bot info | |
---|---|
Discord tag | Example#0000 |
Discord ID | 753757823535677561 |
Command prefix | & |
Owner | Example User |
Programming language | Javascript |
Source code | Github |
Bot invite link | Invite |
{{Infobox bot | name = Example bot | image = Discord default pfp blurple.svg | image_size = 180px | caption = | discordtag = Example#0000 | discordid = 753757823535677561 | prefix = & | owner = [[Example User]] | language = Javascript | sourcecode = [https://github.com/User/Repository Github] | invitelink = [https://discord.com/oauth2/authorize Invite] }}