Difference between revisions of "Template:Color/doc"
From Game Detectives Wiki
(Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> == Usage == <pre> {{color|orange|Let's be careful}} </pre> <blockqu...") |
(No difference)
|
Latest revision as of 01:00, 31 May 2018
This is a documentation subpage for Template:Color. It contains usage information, categories and other content that is not part of the original template page. |
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>