Template:Color label: Difference between revisions
From Space Station 14 Wiki
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
"> | "> | ||
<span class="color-label-label" style=" | <span class="color-label-label" style=" | ||
/* offset from the color rect */ | /* offset from the color rect */ | ||
margin-right: 0.3rem; | margin-right: 0.3rem; | ||
"></span> | ">{{{2}}}</span> | ||
<span class="color-label-color-square" style=" | <span class="color-label-color-square" style=" | ||
background-color: {{{1}}}; | background-color: {{{1}}}; | ||
Line 31: | Line 30: | ||
{{uses template styles}} | {{uses template styles}} | ||
}} | }} | ||
<templatedata> | <templatedata> |
Revision as of 14:42, 9 August 2024
Uses template styles
This template uses template styles found in:
Examples
Hex color (gold):
{{{2}}}
#FFD700
Predefined color (red):
{{{2}}}
red
RGB color (orange) with a custom name:
Sunset
#FFD700
Produces a little square with given color and a color code label. Can also add a custom label.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Color | 1 | A valid CSS color.
| Line | required |
Label | 2 | A custom label.
| Line | suggested |