Difference between revisions of "Template:Clitxt"
m (testing) |
m (Fixed white color.) |
||
Line 15: | Line 15: | ||
Use the <nowiki>{{clitxts}}</nowiki> tag (CLI Text Stop) to end the text and return to normal wiki text. | Use the <nowiki>{{clitxts}}</nowiki> tag (CLI Text Stop) to end the text and return to normal wiki text. | ||
− | </noinclude><code style="background-color:#000000;color:{{#ifeq:{{{fg|}}}|{{{fg|-}}}|{{{fg}}}|# | + | </noinclude><code style="background-color:#000000;color:{{#ifeq:{{{fg|}}}|{{{fg|-}}}|{{{fg}}}|#aaaaaa}};padding-bottom:2px;padding-top:2px;padding-left:3px;padding-right:5px;"> |
Revision as of 17:40, 12 November 2014
Format Tag for Command-line Text
Use it like this:
{{clitxt|fg=#aa0000}}some red text
Passing fg=#aa0000
sets the text color to red.
If no color code is specified, it sets the text color back to bright white:
{{clitxt}}some bright white text
Use the {{clitxts}} tag (CLI Text Stop) to end the text and return to normal wiki text.