模板:Color swatch
外觀
{{{4}}}
{{{2}}}
模板介紹
[編輯]Creates a color swatch for use in articles.
參數 | 描述 | 類型 | 狀態 | |
---|---|---|---|---|
Color | 1 | Color, as a CSS-compatible color.
| 字串 | 必填 |
Title | 2 | The main caption. Appears once, beneath the swatch. Adding a reference is recommended.
| 行 | 必填 |
Float | 3 | Specifies the direction to float, if any: "left", "right" or "center". (Note that centering is not technically floating.)
| 字串 | 非必填 |
Custom CSS | style | Advanced. Custom CSS code to be applied to the outer <div> element. | 字串 | 非必填 |
Internal caption | 4 | Optional; appears in the swatch and below the title. | 行 | 非必填 |
Text color | 5 | The color of the text that is overlayed onto the swatch.
| 字串 | 非必填 |
使用方法
[編輯]Blue
我們強烈建議使用本模版時應加入<ref>參考連結</ref>到主題,例如:
{{color swatch|#0000FF|Blue<ref>[http://www.w3.org/TR/REC-html40/types.html#h-6.5 HTML 4.01 Specification]</ref>}} 的結果:Blue[1]
Optional parameters - floating left, and an internal caption:
{{color swatch|#0000FF|Blue|left|#0000FF}} creates:#0000FF
Blue
Change the internal-caption's color with a 5th value:
{{color swatch|#0000FF|Blue|left|#0000FF|white}} creates:#0000FF
Blue