Template:Color box/doc

From Wikiversity
Jump to navigation Jump to search

Usage[edit source]

{{color box|color|text|text color}}

Shortcuts/Redirects:

  • Colors are most commonly specified as either a color keyword or as the hexadecimal triplet representing an RGB combination. See web colors for details.
  • If specified, the text is centered within the box.
  • If no color is specified for the text, it is displayed using the default style foreground color as prescribed by CSS. For most users this is black.
  • The optional parameter |border= will change the color of the outline box. The default is black.
Examples
Visual effect Markup
     {{color box|Green}}
 Default color for this text  {{color box|Yellow|Default color for this text}}
 White text in a blue box  {{color box|Blue|White text in a blue box|White}}
 Using X11 color names  {{color box|SteelBlue|'''Using X11 color names'''|Cornsilk}}
 Using RGB hex triplets  {{color box|#012345|''Using RGB hex triplet''|#FEDCBA}}
 Red  {{color box|Yellow|Red|#f00|border=#f00}}

Variants[edit source]

See also[edit source]

TemplateData[edit source]

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template in articles based on this TemplateData.

TemplateData for Color box

Adds a rectangular color box.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Color1

Color of the box.

Example
Green
Stringrequired
Text2

The text in the box.

Example
Hello, world!
Stringsuggested
Text color3

Sets the color of the text inside the box.

Example
Yellow
Stringsuggested
borderborder

Adds border outside the box.

Example
border=#FF0
Unknownoptional