Template:Server color: Difference between revisions
Add a color for Awesome Planet! |
Switch to Cargo for colors. Server color schemes are now defined in the main infobox for that server |
||
Line 1: | Line 1: | ||
{{ | background-color:{{query|table=discord_servers|get=color|from={{{1|null}}}|default=#0a5ba6}}; color:{{query|table=discord_servers|get=text_color|from={{{1|null}}}|default=#ffffff}};<noinclude>{{documentation}}</noinclude> | ||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
}} | |||
<noinclude>{{documentation}}</noinclude> |
Revision as of 04:55, 16 July 2023
background-color:#0a5ba6; color:#ffffff;
Outputs a server's color scheme.
For example, a template's header about Whenthe might look something like
because that is the color scheme defined in the Whenthe infobox.
The template outputs in a CSS format (e.g., the default output is background-color:#0a5ba6; color:#ffffff;
). It is used for styling templates, such as {{Infobox Discord server}} and {{Server subbox}}.
Usage: {{Server color|server name or ID}}
This template pulls the colors from the Discord servers Cargo table, which in turn pulls its data from the infobox for each server. The template's parameter must exactly match either the name or Discord ID used on the server's infobox.
TemplateData
Outputs the CSS for a server's color scheme, which is defined in that server's infobox. White-on-blue is the default if no other color scheme is defined.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Server | 1 | Either the name or the Discord ID of the server. It must match the name or ID that is in the server's infobox.
| String | required |