模板:Legend/doc

来自星际公民中文百科

{{Legend}} 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. Yes

Examples

Use in text

{{legend|black|Africa}}
{{legend|green|Americas}}
{{legend|blue|Oceania}}
{{legend|#ffa|Europe|outline=silver}}
{{legend|#ff2800|Asia|outline=#A2A9B1}}  (#A2A9B1 is the wikitables border color.)
  Africa

页面模板:Legend/styles.css必须具有内容模型“已过滤的CSS”用于模板样式(目前的内容模型是“纯文本”)。

  Americas

页面模板:Legend/styles.css必须具有内容模型“已过滤的CSS”用于模板样式(目前的内容模型是“纯文本”)。

  Oceania

页面模板:Legend/styles.css必须具有内容模型“已过滤的CSS”用于模板样式(目前的内容模型是“纯文本”)。

  Europe

页面模板:Legend/styles.css必须具有内容模型“已过滤的CSS”用于模板样式(目前的内容模型是“纯文本”)。

  Asia

页面模板:Legend/styles.css必须具有内容模型“已过滤的CSS”用于模板样式(目前的内容模型是“纯文本”)。

Use in captions

 [[File:Celts in Europe.png|upright=.9|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}}
 ]]
文件:Celts in Europe.png
The Celts in Europe, past and present:
  Present-day Celtic-speaking areas
页面模板:Legend/styles.css必须具有内容模型“已过滤的CSS”用于模板样式(目前的内容模型是“纯文本”)。
  Other parts of the six most commonly recognized "Celtic nations" and where a Celtic language is spoken but not the dominating language
页面模板:Legend/styles.css必须具有内容模型“已过滤的CSS”用于模板样式(目前的内容模型是“纯文本”)。
  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/styles.css必须具有内容模型“已过滤的CSS”用于模板样式(目前的内容模型是“纯文本”)。
  Lusitanian area of Iberia, "Celticity" uncertain
页面模板:Legend/styles.css必须具有内容模型“已过滤的CSS”用于模板样式(目前的内容模型是“纯文本”)。
  The core Hallstatt territory, expansion before 500 BC
页面模板:Legend/styles.css必须具有内容模型“已过滤的CSS”用于模板样式(目前的内容模型是“纯文本”)。

Full parameter list

{{legend
| [legend box's color]
| [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-->
}}

TemplateData

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

模板参数

参数描述类型状态
Color1

The color for the legend entry, in any CSS format

示例值
"#6D6E00", "#ffa", "yellow"
单行文本必需
Caption2

Label for the legend entry

示例值
"soda" is most common
字符串推荐
CSS border styleborder

CSS style for the legend entry's border

字符串可选
Entry outlineoutline

CSS color for the outline of the legend entry

示例值
silver
单行文本可选
Text in the entrytext

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

示例值
Af
单行文本可选
Text colortextcolor

CSS color of text inside the legend's colored box

字符串可选
sizesize

Font size of the legend entry, including colored box

字符串可选

Debug data: