Difference between revisions of "Template:Clitxt"

From wiki.emacinc.com
Jump to: navigation, search
m (Fixed error in documentation.)
m (testing)
Line 15: Line 15:
 
Use the <code><nowiki>{{clitxts}}</nowiki></code> tag (CLI Text Stop) to end the text and return to normal wiki text.
 
Use the <code><nowiki>{{clitxts}}</nowiki></code> tag (CLI Text Stop) to end the text and return to normal wiki text.
  
</noinclude><includeonly><code style="background-color:#000000;color:{{#ifeq:{{{1|}}}|{{{1|-}}}|{{{1}}}|{{#ifeq:{{{fg|}}}|{{{fg|-}}}|{{{fg}}}|#aaaaaa}}}};"></includeonly>
+
</noinclude><includeonly><code style="background-color:#000000;margin-left:3%;margin-right:3%;color:{{#ifeq:{{{1|}}}|{{{1|-}}}|{{{1}}}|{{#ifeq:{{{fg|}}}|{{{fg|-}}}|{{{fg}}}|#aaaaaa}}}};"></includeonly>

Revision as of 23:52, 13 November 2014

Format Tag for Command-line Text

Use it like this:

{{clitxt|#aa0000}}some red text

Passing #aa0000 sets the text color to red.

If no color code is specified, it sets the text color back to bright white:

{{clitxt}}some normal white text

Use the {{clitxts}} tag (CLI Text Stop) to end the text and return to normal wiki text.