Template:Color/doc: Difference between revisions

Undo revision 2057997 by Robkelk (talk) unfortunately, switching to the template that des not generate lint errors removes needed functionality
No edit summary
Tag: Reverted
(Undo revision 2057997 by Robkelk (talk) unfortunately, switching to the template that des not generate lint errors removes needed functionality)
Tag: Undo
Line 8:
 
==Features==
With two parameters, the first parameter sets the text color, and the second parameter is the text to be displayed. For example, {{tlt|color|red|yellow}} gives: {{color|red|yellow}}
 
With three parameters, the first parameter sets the text color, the second parameter sets the background color, and the third parameter is the text to be displayed. For example,<br/> {{tlt|color|red|yellow|blue}} gives: {{color|red|yellow|blue}}
 
Parameters will also accept hex codes. For instance, {{tlt|color|#016789|#78deef|text such as this}} gives: {{color|#016789|#78deef|text such as this}}
 
<noinclude>[[Category:ATT Template Documentation]]</noinclude>