Template:Legend/doc: Difference between revisions

From CivWiki
Jump to navigation Jump to search
Content added Content deleted
m (+nl)
(→‎Usage: border only work with full description)
Line 5:
<nowiki>{{</nowiki>legend|''color''|''label''|border=''border''<nowiki>}}</nowiki>
 
''color'' is passed to the [[Cascading Style Sheets|css]] background-color property. The optional ''border'' argument is the colorcss ofdescription the(e.g. 1<code>1px pixelsolid border#aaa</code>) that will be drawn around the box. Ifof the border color is omitted, the borderthat will be thedrawn same color asaround the box, i.e. invisible.
 
==Examples==

Revision as of 04:42, 4 October 2007

Shows a legend row with a colored box.

Usage

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

color is passed to the css background-color property. The optional border argument is 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|#ff0|Europe}}
{{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 legend rows representing lines, see {{legend-line}}.