Template:Legend/doc: Difference between revisions

From CivWiki
Jump to navigation Jump to search
Content added Content deleted
(sandbox non-categorization)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE---->
Shows a legend row with a colored box.
Shows a legend row with a colored box.
__TOC__
__TOC__
Line 64: Line 64:
* For legend rows representing lines, see {{tl|legend-line}}.
* For legend rows representing lines, see {{tl|legend-line}}.
* [[Web colors]]
* [[Web colors]]

<includeonly>
<includeonly>
{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!----CATEGORIES BELOW THIS LINE, PLEASE:---->
[[Category:Legend templates]]
[[Category:Legend templates]]
}}

</includeonly>
</includeonly>

Revision as of 11:35, 19 June 2014

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}}
 {{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
| [background colo/ur]
| [text]
| outline =  <!--colo/ur of border around legend box-->
| border =   <!--use to specify custom CSS styling for border (overrides 'outline')-->
| color =    <!--colo/ur of 'text'-->
| size =     <!--'text' font-size-->
| text =     <!--to place text inside the legend box-->
}}

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 the line-feed, see {{Legend0}}.
  • For a version of this template without block formatting, see {{Legend2}}.
  • For a version of this template with text-align set to left, see {{Leftlegend}}.
  • For a version of this template with article linking, see {{Legend3}}.
  • For legend rows representing lines, see {{legend-line}}.
  • Web colors