Template:Colorsample/doc

From City of Heroes: Rebirth - Wiki
Jump to navigationJump to search
This is a documentation subpage for Template:Colorsample (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

Usage

{| style="border: solid black 1px;"
|-
{{colorsample|rgb=000000|text=A1}}
{{colorsample|rgb=1F1F1F|text=A2}}
{{colorsample|rgb=3B3B3B|text=A3}}
{{colorsample|rgb=575757|text=A4}}
{{colorsample|rgb=737373|text=A5}}
{{colorsample|rgb=8F8F8F|text=A6|textcolor=black}}
{{colorsample|rgb=ABABAB|text=A7|textcolor=black}}
{{colorsample|rgb=C7C7C7|text=A8|textcolor=black}}
{{colorsample|rgb=E3E3E3|text=A9|textcolor=black}}
{{colorsample|rgb=FFFFFF|text=A10|textcolor=black}}
|}

The above will display:

A1
A2
A3
A4
A5
A6
A7
A8
A9
A10

This template emits the markup for a table cell. It must be used within a wiki table, as shown in the example above.

Parameters

Parameter Example Purpose
rgb= rgb=575757 Required. Must be a 6-character RGB color value. Do not prefix with the # sign. This is used to construct the image name to display for the color sample.
text= text=D8 Required. Specifies what text should get displayed over the sample. This should be no more than about 2 to 3 characters in length.
textcolor= textcolor=black The text color is white by default. This shows up well on dark colors, but less well on light colors. Use This parameter to set the text color to black when sampling light colors.
cellborders= cellborders=0 0 1px 0 For advanced uses, it is sometimes necessary to define borders on a cell-by-cell basis. This parameter specifies width information for the cells. It must be four values, representing the top, right, bottom, and left. Use 0 for sides that should be left blank; use 1px where you want a border. The border will be solid black.