Template:Colorbox/doc

From NationStates Sports Wiki
Revision as of 22:57, 5 May 2024 by Osarius (talk | contribs) (Created page with "==Usage== {{Format TemplateData|JSON= { "params": { "1": { "label": "Color", "description": "Background color of the box.", "example": "Green", "type": "string", "required": true, "suggested": true }, "2": { "label": "Text", "description": "Adds text inside the box; box is otherwise an empty square.", "example": "Hello, world!", "type": "string", "suggested": true }, "3": { "label": "Text color", "description": "Sets the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Colorbox in articles based on its TemplateData.

TemplateData for Colorbox

{{color box|color|text|text color}}
Adds a rectangular color box.
Color1
Background color of the box.
Example
Green
Text2
Adds text inside the box; box is otherwise an empty square.
Example
Hello, world!
Text color3
Sets the color of the text inside the box.
Default
Either black or white; whichever has greater contrast.
Example
Yellow
Border colorborder
Sets the color of the border around the box.
Default
black
Example
#FF0
Examples
Visual effect Markup
     {{colorbox|Green}}
 Default color for this text  {{colorbox|Yellow|Default color for this text}}
 Default color for this text  {{colorbox|Blue|Default color for this text}}
 Using X11 color names  {{colorbox|SteelBlue|'''Using X11 color names'''|Gold}}
 Using RGB hex triplets  {{colorbox|#012345|''Using RGB hex triplet''|#FEDCBA}}
 Red  {{colorbox|Yellow|Red|#f00|border=#f00}}
 bordercolor like wikitable  {{colorbox|white|bordercolor like wikitable|border=#A2A9B1}}

See also

Template:ColorboxPattern – creates similar boxes, but can be filled with patterns, like Template:Football kit