模板:Hue-rotate
跳至導覽
跳至搜尋
(i)注意 本模板會改變選中時的顏色
- 使用方法:
- 首先需要載入該樣式庫
{{hue-rotate}}
,之後才能開始使用(一個頁面只需要載入一次即可)。其中規定的內容(也就是定義的樣式,style)必須寫在HTML標籤的style屬性中。 - 在標籤中添加屬性style,格式為:
{{hue-rotate|数值}}
,數值應為0~360。
- 例:
不加模板下顏色:<span style="background-color:#99EE99;color:#FF0000;">字体颜色</span>
字體顏色
- 使用模板(加style)
{{hue-rotate}}<span style="background-color:#99EE99;color:#FF0000;{{hue-rotate|60}}">字体颜色</span>
字體顏色
也可以用於圖片,原:<img src="{{filepath:大草字.svg}}" width="50" alt="草" />
- 使用模板(加style):
<img src="{{filepath:大草字.svg}}" width="50" style="{{hue-rotate|180}}" alt="草" />
{{顏色濾鏡}}被重新導向至此。