Template:Legend/doc: Difference between revisions

From Xomnipedia
Jump to navigation Jump to search
Content deleted Content added
Tagged as using TemplateStyles
Line 14: Line 14:


==Examples==
==Examples==
{{legend|#5C2C1D|Christian Coalition: 6 seats}} {{legend|#ED0827|American Republican Party: 28 seats}} {{legend|#FF5964|Conscience Republicans: 8 seats}} {{legend|#F7FF06|Libertarian Party: 6 seats}} {{legend|#962C84|New Whig Party: 22 seats}} {{legend|#0B006B|Blue Dog Party: 5 seats}} {{legend|#1332FF|Stalwart Democratic Party: 14 seats}} {{legend|#71A9E9|Justice Democrats: 19 seats}} {{legend|#037B03|Socialist Alliance: 10 seats}} {{legend|#FF6600|Rockefeller Party: 1 seat}}
===Use in text===
<nowiki>{{legend|black|Africa}}</nowiki>
<nowiki>{{legend|green|Americas}}</nowiki>
<nowiki>{{legend|blue|Oceania}}</nowiki>
<nowiki>{{legend|#ffa|Europe|outline=silver}}</nowiki>
<nowiki>{{legend|#ff2800|Asia|outline=#A2A9B1}}</nowiki> <small><span style="color:gray">''(#A2A9B1 is the [[Help:Basic table markup|wikitables]] border color.)''</span></small>

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


===Use in captions===
===Use in captions===

Revision as of 23:44, 19 December 2020

Shows a legend row with a colored box.

Usage

{{legend|background-color|caption|outline=outline color|border=css border}}
  • background-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.
  • The optional 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

  Christian Coalition: 6 seats
  American Republican Party: 28 seats
  Conscience Republicans: 8 seats
  Libertarian Party: 6 seats
  New Whig Party: 22 seats
  Blue Dog Party: 5 seats
  Stalwart Democratic Party: 14 seats
  Justice Democrats: 19 seats
  Socialist Alliance: 10 seats
  Rockefeller Party: 1 seat

Use in captions

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

See also

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Legend

Shows a legend row with a colored box and a caption.

Template parameters

ParameterDescriptionTypeStatus
Color1

The color for the legend entry, in any CSS format

Example
"#6D6E00", "#ffa", "yellow"
Linerequired
Caption2

Label for the legend entry

Example
"soda" is most common
Stringsuggested
CSS border styleborder

CSS style for the legend entry's border

Stringoptional
Entry outlineoutline

CSS color for the outline of the legend entry

Example
silver
Lineoptional
Text in the entrytext

Text to be displayed in the legend entry box, i.e. within the color specified

Example
Af
Lineoptional
Text colortextcolor

CSS color of text inside the legend's colored box

Stringoptional
sizesize

Font size of the legend entry, including colored box

Stringoptional