Difference between revisions of "Template:ColorText"

From SI410
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{basicNavBar}}
 
<noinclude>{{basicNavBar}}
 
==Documentation==
 
==Documentation==
<nowiki>
+
<nowiki>{{</nowiki>'''colorText'''|'''''foregroundColor'''''|text<nowiki>}}</nowiki><br>
{{colorText|foregroundColor|text}}
+
<nowiki>{{</nowiki>'''colorText'''|'''''foregroundColor'''''|text|'''''backgroundColor'''''<nowiki>}}</nowiki>
{{textColor|foregroundColor|text|backgroundColor}}
+
</nowiki>
+
 
</noinclude>
 
</noinclude>
 
<span style="color:{{{1|black}}};background:{{{3|}}}">{{{2|}}}</span>
 
<span style="color:{{{1|black}}};background:{{{3|}}}">{{{2|}}}</span>

Revision as of 05:00, 1 November 2012

Back

Documentation

{{colorText|foregroundColor|text}}
{{colorText|foregroundColor|text|backgroundColor}}