Template:Wp/ann/Legend

Template:Wp/ann/Documentation subpage Template:Wp/ann/High-use Template:Wp/ann/Uses TemplateStyles Shows a legend row with a colored box.

Usage edit

{{legend|background-color|caption|outline=outline color|border=css border}}
  • background-color is passed to the css background-color property of the color box.
  • The optional outline parameter is the color of the outline around the box.
  • The optional border argument which overrides the outline argument and sets the css description (e.g., 1px solid #aaa) of the border that will be drawn around the box.

Examples edit

Use in text edit

{{Wp/ann/legend|black|Africa}}
{{Wp/ann/legend|green|Americas}}
{{Wp/ann/legend|blue|Oceania}}
{{Wp/ann/legend|#ffa|Europe|outline=silver}}
{{Wp/ann/legend|#ff2800|Asia|outline=#A2A9B1}}  (#A2A9B1 is the wikitables border color.)

Template:Wp/ann/legend Template:Wp/ann/legend Template:Wp/ann/legend Template:Wp/ann/legend Template:Wp/ann/legend

Use in captions edit

Template:Wp/ann/markup

Full parameter list edit

{{Wp/ann/legend
| [legend box's colo(u)r]
| [text following legend box]
| outline =  <!--colo(u)r of border around legend box-->
| border =   <!--use to specify custom CSS styling for border (overrides 'outline')-->
| color =    <!--colo(u)r of 'text'-->
| size =     <!--'text' font-size-->
| text =     <!--to place text inside the legend box-->
}}

Limitations edit

Using certain special characters in Template:Wp/ann/para that have meaning in wikitext can cause unexpected results. To use Template:Wp/ann/asterisk in Template:Wp/ann/para, use Template:Wp/ann/para. To use # in Template:Wp/ann/para, use Template:Wp/ann/para.

See also edit

Templates that list colors

TemplateData edit

Template:TemplateData header

Shows a legend row with a colored box and a caption.

Template parameters

ParameterDescriptionTypeStatus
Color1

The color for the legend entry, in any CSS format

Example
"#6D6E00", "#ffa", "yellow"
Linerequired
Caption2

Label for the legend entry

Example
"soda" is most common
Stringsuggested
CSS border styleborder

CSS style for the legend entry's border

Stringoptional
Entry outlineoutline

CSS color for the outline of the legend entry

Example
silver
Lineoptional
Text in the entrytext

Text to be displayed in the legend entry box, i.e. within the color specified

Example
Af
Lineoptional
Text colortextcolor

CSS color of text inside the legend's colored box

Stringoptional
Sizesize

Font size of the legend entry, including colored box

Stringoptional

Template:Wp/ann/Sandbox other