Template
DiscordRank
From Dogcraft Wiki
No edit summary |
m (Added category: Annotation templates) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div style="display: inline-block; background-color: #18191C; border-radius: 3px; padding:4px 4px 4px 4px"><font style="color:{{#switch: {{{1}}} | <includeonly><div style="display: inline-block; {{#if: {{{inline|}}}||background-color: #18191C;}} border-radius: 3px; padding:4px 4px 4px 4px"><font style="color:{{#switch: {{{1}}} | ||
|Head Mod=#11806a | |Head Mod=#11806a | ||
|Server Moderator=#fd0505 | |Server Moderator=#fd0505 | ||
|Patreons=#f1c40f | |Patreons=#f1c40f | ||
|DC Server Rep=#fd2222 | |DC Server Rep=#fd2222 | ||
|Content=white|Admin=#71368a | |Content=white | ||
|Discord Moderator=# | |Dogcraft=white | ||
|Admin=#71368a | |||
|Discord Moderator=#ff5200 | |||
|MC Admins=#71368a | |MC Admins=#71368a | ||
|Wiki Admin=#5bf3dc | |Wiki Admin=#5bf3dc | ||
|Server Chat Mod=# | |Server Chat Mod=#ff7f7f | ||
|Retired Staff=# | |Retired Staff=#beedbe | ||
|Iron Patreon=#a3a2a2 | |Iron Patreon=#a3a2a2 | ||
|Gold Patreon=#c27c0e | |Gold Patreon=#c27c0e | ||
Line 15: | Line 17: | ||
|Diamond Patreon=#3498db | |Diamond Patreon=#3498db | ||
|Endergod=#ad1457 | |Endergod=#ad1457 | ||
|Nitro Booster=# | |Nitro Booster=#ebe58f | ||
|Discord Head Mod=#5c5bf1 | |Discord Head Mod=#5c5bf1 | ||
|K9=#eb03ff | |K9=#eb03ff | ||
Line 22: | Line 24: | ||
|Patreon Head Mod=#b0b137 | |Patreon Head Mod=#b0b137 | ||
|Helper=#e486ca | |Helper=#e486ca | ||
|Build Team Director=# | |Build Team Director=#7cd200 | ||
}}"> ⬤</font> <font style="color:white">{{{1}}} </font></div></includeonly><noinclude> | }}"> ⬤{{#if: {{{inline|}}}||</font>}} {{#if: {{{inline|}}}|<font style="text-decoration:underline dotted;">|<font style="color:white">}}{{{1}}} {{#if: {{{inline|}}}|</font>|}}</font></div></includeonly><noinclude>[[Category:Annotation templates]] | ||
Example: <pre>{{DiscordRank|Head Mod}}</pre> generates {{DiscordRank|Head Mod}} | Example: <pre>{{DiscordRank|Head Mod}}</pre> generates {{DiscordRank|Head Mod}} | ||
<templatedata> | <templatedata> | ||
Line 33: | Line 35: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"inline": { | |||
"label": "Inline", | |||
"description": "Toggle for background color", | |||
"type": "boolean", | |||
"required": false | |||
} | } | ||
}, | }, |
Latest revision as of 12:03, 4 December 2023
Example:
{{DiscordRank|Head Mod}}
generates
⬤ Head Mod
Generates a preview of the discord rank.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Rank name | 1 | Name of the discord rank. Case sensitive. | String | required |
Inline | inline | Toggle for background color | Boolean | optional |