Template:Color/doc

From Game Detectives Wiki
< Template:Color
Jump to: navigation, search

Usage

{{color|orange|Let's be careful}}

Let's be careful

{{color|#229944|Looks good}}

Looks good


<templatedata> { "params": { "1": { "description": "CSS color for text", "example": "#eee8aa", "type": "string", "default": "red" }, "2": { "description": "text to color", "example": "this appears colored", "required": true } }, "description": "Colors text" } </templatedata>

See also