Template:Legend/doc

From Infarupedia
< Template:Legend
Revision as of 16:16, 1 May 2024 by wikipedia>Cedar101 (→‎Full parameter list: syntaxhighlight)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[[Category:Template documentation pages{{#translation:}}]]

Shows a legend row with a colored box.

Usage

{{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

Use in text

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

Use in captions

Markup Renders as
[[File:Celts in Europe.png|upright=.9|thumb|right|The Celts in Europe, past and present:
<div class="legend"><span class="legend-color mw-no-invert" style="background-color:#1a8000; color:white;"> </span> Present-day Celtic-speaking areas</div>
<div class="legend"><span class="legend-color mw-no-invert" style="background-color:#27c600; color:black;"> </span> Other parts of the six most commonly recognized "Celtic nations" and where a Celtic language is spoken but not the dominating language</div>
<div class="legend"><span class="legend-color mw-no-invert" style="background-color:#97ffb6; color:black;"> </span> Other parts of Europe once peopled by Celts; modern-day inhabitants of many of these areas often claim a Celtic heritage and/or culture</div>
<div class="legend"><span class="legend-color mw-no-invert" style="background-color:#D2FFD2; color:black;"> </span> Lusitanian area of Iberia, "Celticity" uncertain</div>
<div class="legend"><span class="legend-color mw-no-invert" style="background-color:yellow; color:black;"> </span> The core Hallstatt territory, expansion before 500 BC</div>]]

Use with all parameters

<syntaxhighlight lang="wikitext">

green  The meadow is green.

</syntaxhighlight>

green  The meadow is green.

Full parameter list

<syntaxhighlight lang="wikitext">

   [text following legend box]

</syntaxhighlight>

Limitations

Using certain special characters in |text= that have meaning in wikitext can cause unexpected results. To use * in |text=, use |text={{asterisk}}. To use # in |text=, use |text={{number sign}}.

See also

  • Variant blocks
  • {{Legend-line }}, legends for lines
  • {{Image key }}, allows legend templates being used in image captions to use multiple columns

Templates that list colors

TemplateData

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

TemplateData for Legend

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