Template:Color label: Difference between revisions

From Space Station 14 Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
     margin: -1px 0px -3px 0px;
     margin: -1px 0px -3px 0px;
     text-wrap: nowrap;
     text-wrap: nowrap;
">
"><!--
<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;
">{{{2|}}}</span>
">{{{2|}}}</span><!--
<span class="color-label-color-square" style="
--><span class="color-label-color-square" style="
     background-color: {{{1}}};
     background-color: {{{1}}};
     display: inline-block;
     display: inline-block;
Line 22: Line 22:
     border-radius: 2px;
     border-radius: 2px;
     margin-right: 0.15rem;
     margin-right: 0.15rem;
"></span>
"></span><!--
<span class="color-label-code" style="
--><span class="color-label-code" style="
     font-family: monospace;
     font-family: monospace;
">{{{1}}}</span>
">{{{1}}}</span><!--
</span></includeonly><noinclude>
--></span></includeonly><noinclude>
{{docs|bb=
{{docs|bb=
{{uses template styles}}
{{uses template styles}}

Latest revision as of 14:49, 9 August 2024

Template documentation
view or edit this documentation about template documentation
Uses template styles
This template uses template styles found in:

Examples

Hex color (gold): #FFD700

Predefined color (red): 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.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Color1

A valid CSS color.

Example
red
Linerequired
Label2

A custom label.

Example
Cool green
Linesuggested