Template:Legend/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>MerlIwBot
m (robot Modifying: rmy:Sikavno:Xalyaripen)
No edit summary
Line 3: Line 3:
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|''color''|''label''|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.
''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.


==Examples==
==Examples==
Line 37: Line 38:
{{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}}]]
{{-}}
{{-}}
==See also==
==See also==
* For a version of this template using ''display:inline'' to avoid line breaks after each legend, see {{tl|Legend inline}}.
* For a version of this template using ''display:inline'' to avoid line breaks after each legend, see {{tl|Legend inline}}.

Revision as of 18:01, 16 January 2012

Shows a legend row with a colored box.

Usage

{{legend|color|label|outline=outline color|border=css border}}

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. 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., 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 a caption

 [[Image: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}}
 ]]
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

See also

  • For a version of this template using display:inline to avoid line breaks after each legend, see {{Legend inline}}.
  • For a version of this template without block formatting, see {{Legend2}}.
  • For legend rows representing lines, see {{legend-line}}.