Template:Legend/doc: Difference between revisions

m
81 revisions imported from wikipedia:Template:Legend/doc
No edit summary
m (81 revisions imported from wikipedia:Template:Legend/doc)
 
(77 intermediate revisions by 54 users not shown)
Line 1:
{{Documentation subpage}}
<includeonly>{{Template doc page transcluded}}</includeonly>
<!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE---->
{{High-use|17355.142857142857142857142857142857142857142857142857142857142857142857}}
{{Uses TemplateStyles|Template:Legend/styles.css}}
Shows a legend row with a colored box.
__TOC__
 
;==Usage:==
<nowiki>{{</nowiki>legend|''background-color''|''labelcaption''|outline=''outline color''|border=''css border''<nowiki>}}</nowiki>
 
*''background-color'' is passed to the [[Cascading Style Sheets|css]] background-color property. The optional ''border'' argument is passed toof the csscolor border propertybox.
*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==
;Example:
===Use in text===
<nowiki>{{legend|black|Africa}}</nowiki>
<nowiki>{{legend|green|Americas}}</nowiki>
<nowiki>{{legend|blue|Oceania}}</nowiki>
<nowiki>{{legend|#ff0ffa|Europe|outline=silver}}</nowiki>
<nowiki>{{legend|#ff2800|Asia|outline=#A2A9B1}}</nowiki> <small><span style="color:gray">''(#A2A9B1 is the [[Help:Basic table markup|wikitables]] border color.)''</span></small>
 
{{legend|black|Africa}}
{{legend|green|Americas}}
{{legend|blue|Oceania}}
{{legend|#ff0ffa|Europe|outline=silver}}
{{legend|#ff2800|Asia|outline=#A2A9B1}}
 
===Use in captions===
For legends involving lines on a map, see {{tl|legend-line}}.
{{markup|<nowiki>
[[File:Celts in Europe.png|upright=.9|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}}
]]
</nowiki>|
[[File:Celts in Europe.png|upright=.9|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}}]]
}}
 
==Full parameter list==
<includeonly>
<pre>
{{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-->
}}
</pre>
 
==See also==
*Variant blocks
**{{tl|legend striped}}, two colors, for striped color areas
**{{tl|legend inline}}, uses ''display:inline'' to avoid line breaks after each legend
**{{tl|legend0}}, without the line-feed
**{{tl|legend2}}, without block formatting
**{{tl|legend4}}, with indented block formatting
**{{tl|leftlegend}}, with text-align set to left
**{{tl|color box}} and {{tl|RouteBox}}, with text placed inside the colored legend and article linking
*{{tl|legend-line}}, legends for lines
*{{tl|legend-col}}, allows legend templates being used in image captions to use multiple columns
*[[Web colors]]<includeonly>
{{Sandbox other|
| <!-- CATEGORIES BELOW THIS LINE, PLEASE: -->
[[Category:Legend templates]]
}}</includeonly>
 
==TemplateData==
[[bg:Шаблон:Легенда]]
{{TemplateData header}}
[[ca:Template:Llegenda]]
<templatedata>
[[cs:Šablona:Legenda]]
{
[[cy:Nodyn:Legend]]
"params": {
[[de:Vorlage:Farblegende]]
"1": {
[[es:Plantilla:Legend]]
"label": "Color",
[[fr:Modèle:Légende]]
"description": "The color for the legend entry, in any CSS format",
[[he:תבנית:מקרא]]
"example": "\"#6D6E00\", \"#ffa\", \"yellow\"",
[[it:Template:Legenda]]
"type": "line",
[[ka:თარგი:ლეგენდა]]
"required": true
[[ko:Template:범례]]
},
[[hu:Sablon:Jelmagyarázat]]
"2": {
[[mk:Шаблон:Легенда]]
"label": "Caption",
[[pl:Szablon:Legenda]]
"description": "Label for the legend entry",
[[pt:Predefinição:Legenda]]
"example": "\"soda\" is most common",
[[rmy:Format:Xalyaripen]]
"type": "string",
[[ro:Format:Legendă]]
"suggested": true
[[ru:Шаблон:Легенда]]
},
[[sk:Šablóna:Legenda]]
"border": {
[[sl:Predloga:Legenda]]
"label": "CSS border style",
[[sr:Шаблон:Легенда]]
"description": "CSS style for the legend entry's border",
[[sv:Mall:Legend]]
"type": "string"
[[vi:Tiêu bản:Legend]]
},
[[zh:Template:Legend]]
"outline": {
 
"label": "Entry outline",
</includeonly>
"description": "CSS color for the outline of the legend entry",
"example": "silver",
"type": "line"
},
"text": {
"label": "Text in the entry",
"description": "Text to be displayed in the legend entry box, i.e. within the color specified",
"example": "Af",
"type": "line"
},
"textcolor": {
"label": "Text color",
"description": "CSS color of text inside the legend's colored box",
"type": "string"
},
"size": {
"description": "Font size of the legend entry, including colored box",
"type": "string"
}
},
"description": "Shows a legend row with a colored box and a caption."
}
</templatedata>