Template:Color
本模板用於取代HTML span的前景顏色。接受RGB的16進制編碼,例如:#C9E72A,或是任何的網頁顏色的英文名稱,如red, blue, green, moccasin, darkorchid。有關於HTML span的背景顏色,請參考{background color}
使用說明
{color|英文顏色名稱或是RGB 16進制編碼|文字}
範例:
如果第二個參數被省略,將會顯示下方文字:
處理效能
本模板會產生下列的HTML span語法:
<span style="color:{1}">{2}</span>
處理速度大約每秒700次,與直接使用HTML語法幾乎沒有差異。
模板資料
The color template can be used to add a span of text with any given text color
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
Color | 1 | CSS name of color or hex code of color, e.g. 'red' or '#00F000'. | 字符串 | 必需 |
Text | 2 | The string of text to be formatted in the desired color | 字符串 | 推荐 |
重定向
- {Colour}
参见
- {resize}
- {font color},用於設定文字顏色及背景顏色
- {background color},僅用於設定背景顏色