Template:Legend/doc: Difference between revisions

From Xomnipedia
Jump to navigation Jump to search
Content deleted Content added
Line 11: Line 11:
==Examples==
==Examples==
===Use in text===
===Use in text===
<nowiki>{{legend|black|Africa}}</nowiki>
<nowiki>{{legend inline|black|Africa}}</nowiki>
<nowiki>{{legend|green|Americas}}</nowiki>
<nowiki>{{legend inline|green|Americas}}</nowiki>
<nowiki>{{legend|blue|Oceania}}</nowiki>
<nowiki>{{legend inline|blue|Oceania}}</nowiki>
<nowiki>{{legend|#ffa|Europe|outline=silver}}</nowiki>
<nowiki>{{legend inline|#ffa|Europe|outline=silver}}</nowiki>
<nowiki>{{legend|#ff2800|Asia}}</nowiki>
<nowiki>{{legend inline|#ff2800|Asia}}</nowiki>


{{legend|black|Africa}}
{{legend inline|black|Africa}}
{{legend|green|Americas}}
{{legend inline|green|Americas}}
{{legend|blue|Oceania}}
{{legend inline|blue|Oceania}}
{{legend|#ffa|Europe|outline=silver}}
{{legend inline|#ffa|Europe|outline=silver}}
{{legend|#ff2800|Asia}}
{{legend inline|#ff2800|Asia}}


===Use in a caption ===
===Use in a caption ===

Revision as of 17:11, 29 July 2016

Shows a legend row with a colored box.

Usage

{{legend inline|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 inline|black|Africa}}
{{legend inline|green|Americas}}
{{legend inline|blue|Oceania}}
{{legend inline|#ffa|Europe|outline=silver}}
{{legend inline|#ff2800|Asia}}

Template:Legend inline Template:Legend inline Template:Legend inline Template:Legend inline Template:Legend inline

Use in a caption

Markup Renders as
[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

[markup]

[rendering]

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

  • Variants
    • {{Legend inline}}, uses display:inline to avoid line breaks after each legend.
    • {{Legend0}}, without the line-feed.
    • {{Legend2}}, without block formatting.
    • {{Legend4}}, with indented block formatting.
    • {{Leftlegend}}, with text-align set to left.
    • {{Color box}}, with text placed inside the colored legend.
    • {{Colorbox}} or {{RouteBox}}, with text placed inside the colored legend and article linking.
  • {{legend-line}}, legends for lines.
  • Web colors