模板:Color

出自Noita Wiki
跳至導覽 跳至搜尋


Applies a specific color to text.

模板參數

參數描述類型狀態
Color1

Specify the color to apply to the text. Any CSS color value is acceptable.

範例
lightgreen
字串必填
Content2

The text content to be colored.

字串必填

Examples

Some of this text is {{color|green|a different colour!}}. You can use {{color|rgb(200,300,100)|RGB}} or any other valid CSS color formats as well.

Some of this text is a different colour!. You can use RGB or any other valid CSS color formats as well.