Template:Legend/doc: Difference between revisions

From CivWiki
Jump to navigation Jump to search
Content added Content deleted
(Template Data)
(mention {legend striped}, for two colors. updated use-count. split para into list. reduced contradictory parameter names.)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE---->
<!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE---->
{{High-use|17355.142857142857142857142857142857142857142857142857142857142857142857}}
{{High use| 2151 }}
Shows a legend row with a colored box.
Shows a legend row with a colored box.
__TOC__
__TOC__


==Usage==
==Usage==
<nowiki>{{</nowiki>legend|''color''|''label''|outline=''outline color''|border=''css border''<nowiki>}}</nowiki>
<nowiki>{{</nowiki>legend|''background-color''|''caption''|outline=''outline color''|border=''css border''<nowiki>}}</nowiki>


''color'' is passed to the [[Cascading Style Sheets|css]] background-color property of the color box. The optional ''outline'' parameter is the color of the outline around the box. If you need to customize the border further, you can use the ''border'' argument, which overrides the ''outline'' argument and sets the css description (e.g., <code>1px solid #aaa</code>) of the border that will be drawn around the box.
*''background-color'' is passed to the [[Cascading Style Sheets|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., <code>1px solid #aaa</code>) of the border that will be drawn around the box.


==Examples==
==Examples==
Line 24: Line 26:
{{legend|#ff2800|Asia}}
{{legend|#ff2800|Asia}}


===Use in a caption ===
===Use in captions===
{{markup|<nowiki>
{{markup|<nowiki>
[[Image:Celts in Europe.png|200px|thumb|right|The Celts in Europe, past and present:
[[File:Celts in Europe.png|200px|thumb|right|The Celts in Europe, past and present:
{{legend|#1a8000|Present-day Celtic-speaking areas}}
{{legend|#1a8000|Present-day Celtic-speaking areas}}
{{legend|#27c600|Other parts of the six most commonly recognized 'Celtic nations' and where a
{{legend|#27c600|Other parts of the six most commonly recognized "Celtic nations" and where a Celtic language is spoken but not the dominating language}}
{{legend|#97ffb6|Other parts of Europe once peopled by Celts; modern-day inhabitants of many of these areas often claim a Celtic heritage and/or culture}}
Celtic language is spoken but not the dominating language}}
{{legend|#D2FFD2|Lusitanian area of Iberia, "Celticity" uncertain}}
{{legend|#97ffb6|Other parts of Europe once peopled by Celts; modern-day inhabitants of many of
these areas often claim a Celtic heritage and/or culture}}
{{legend|#D2FFD2|Lusitanian area of Iberia, "Celticity" uncertain}}
{{legend|yellow|The core Hallstatt territory, expansion before 500 BC}}
{{legend|yellow|The core Hallstatt territory, expansion before 500 BC}}
]]
]]
</nowiki>|
</nowiki>|
[[Image:Celts in Europe.png|200px|thumb|right|The Celts in Europe, past and present:
[[File:Celts in Europe.png|200px|thumb|right|The Celts in Europe, past and present:
{{legend|#1a8000|Present-day Celtic-speaking areas}}
{{legend|#1a8000|Present-day Celtic-speaking areas}}
{{legend|#27c600|Other parts of the six most commonly recognized 'Celtic nations' and where a Celtic language is spoken but not the dominating language}}
{{legend|#27c600|Other parts of the six most commonly recognized "Celtic nations" and where a Celtic language is spoken but not the dominating language}}
{{legend|#97ffb6|Other parts of Europe once peopled by Celts; modern-day inhabitants of many of these areas often claim a Celtic heritage and/or culture}}
{{legend|#97ffb6|Other parts of Europe once peopled by Celts; modern-day inhabitants of many of these areas often claim a Celtic heritage and/or culture}}
{{legend|#D2FFD2|Lusitanian area of Iberia, "Celticity" uncertain}}
{{legend|#D2FFD2|Lusitanian area of Iberia, "Celticity" uncertain}}
Line 44: Line 44:
}}
}}


== Full parameter list ==
==Full parameter list==
<pre>
<pre>
{{Legend
{{legend
| [legend box's colo/ur]
| [legend box's colo(u)r]
| [text following legend box]
| [text following legend box]
| outline = <!--colo/ur of border around legend box-->
| outline = <!--colo(u)r of border around legend box-->
| border = <!--use to specify custom CSS styling for border (overrides 'outline')-->
| border = <!--use to specify custom CSS styling for border (overrides 'outline')-->
| color = <!--colo/ur of 'text'-->
| color = <!--colo(u)r of 'text'-->
| size = <!--'text' font-size-->
| size = <!--'text' font-size-->
| text = <!--to place text inside the legend box-->
| text = <!--to place text inside the legend box-->
Line 57: Line 57:
</pre>
</pre>


== See also ==
==See also==
* Variants
*Variants
** {{tl|Legend inline}}, uses ''display:inline'' to avoid line breaks after each legend.
**{{tl|legend inline}}, uses ''display:inline'' to avoid line breaks after each legend
** {{tl|Legend0}}, without the line-feed.
**{{tl|legend0}}, without the line-feed
** {{tl|Legend2}}, without block formatting.
**{{tl|legend2}}, without block formatting
** {{tl|Legend4}}, with indented block formatting.
**{{tl|legend4}}, with indented block formatting
** {{tl|Leftlegend}}, with text-align set to left.
**{{tl|leftlegend}}, with text-align set to left
**{{tl|legend striped}}, two colors, for striped color areas
** {{tl|Color box}} or {{tl|RouteBox}}, with text placed inside the colored legend and article linking.
* {{tl|legend-line}}, legends for lines.
*{{tl|legend-line}}, legends for lines
**{{tl|Color box}} or {{tl|RouteBox}}, with text placed inside the colored legend and article linking
* [[Web colors]]
*[[Web colors]]


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
Line 72: Line 73:
[[Category:Legend templates]]
[[Category:Legend templates]]
}}</includeonly>
}}</includeonly>

== TemplateData ==
==TemplateData==
{{TemplateDataHeader}}
{{TemplateData header}}
<templatedata>
<templatedata>
{
{

Revision as of 23:16, 9 March 2019

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}}
  Africa
  Americas
  Oceania
  Europe
  Asia

Use in captions

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

Full parameter list

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

See also


TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

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

Size of the legend entry

Stringoptional