תבנית:Legend

מתוך ויקיספר, אוסף הספרים והמדריכים החופשי

The following documentation is located at Template:Legend/doc. [edit]

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[עריכה]

Markup Renders asתבנית:Markup/row

Full parameter list[עריכה]

{{Legend
| [legend box's colo/ur]
| [text following legend box]
| 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 inside a box, see {{Color box}}

.

  • For a version of this template with text inside a box and article linking, see {{Colorbox}}
or {{RouteBox}}

.

  • For a version of this template with indented block formatting, see {{Legend4}}

.

  • For a version of this template with text-align set to left, see {{Leftlegend}}

.

  • For legend rows representing lines, see {{legend-line}}

.