模板:Legend
外觀
本模板使用以下模板樣式: |
顯示一行圖例,並帶有顏色框。
用法
{{legend|背景颜色|标签|outline=描边颜色|border=CSS边框}}
背景颜色
會傳入顏色框的CSSbackground-color
屬性。outline
參數是可選的,表示框周邊的邊框的顏色。border
參數是可選的,會覆蓋outline
參數,並設置框周圍顯示的CSS邊框(例如1px solid #aaa
)。
示例
{{legend|black|非洲}}
{{legend|green|美洲}}
{{legend|blue|大洋洲}}
{{legend|#ff0|歐洲}}
{{legend|#ff2800|亞洲}}
非洲
美洲
大洋洲
歐洲
亞洲
完整參數列表
{{legend
| 图例框的颜色
| 图例后跟随的文本
| outline = 图例框周围的边框
| border = 为边框指定自定义的CSS样式(覆盖outline)
| textcolor = “text”的颜色
| size = “text”的文本大小
| text = 图例框内的文本
}}
限制
在參數|text=
中使用特殊的字符可能會有未知的結果。例如,要在|text=
中使用*,請使用|text={{asterisk}}
。要在|text=
中使用井號,請使用|text={{number sign}}
。
模板數據
顯示一行圖例,並帶有顏色框。
參數 | 描述 | 類型 | 狀態 | |
---|---|---|---|---|
顏色 | 1 | 圖例項的CSS顏色,以任何的CSS格式
| 行 | 必填 |
標籤文本 | 2 | 圖例項的標籤
| 字串 | 建議 |
CSS border樣式 | border | 圖例項的邊框的CSS樣式 | 字串 | 非必填 |
項描邊 | outline | 圖例項的描邊的CSS顏色
| 行 | 非必填 |
項販的文本 | text | Text to be displayed in the legend entry box, i.e. within the color specified
| 行 | 非必填 |
文本顏色 | textcolor | CSS color of text inside the legend's colored box | 字串 | 非必填 |
大小 | size | Font size of the legend entry, including colored box | 字串 | 非必填 |