User:Proton/Fc: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 42: Line 42:


==Examples==
==Examples==
'''Code:'''
*<code><nowiki>The {{User:Proton/Fc|instruction|important part of an instruction}} is highlighted.</nowiki></code>
<pre>The {{User:Proton/Fc|instruction|important part of an instruction}} is highlighted.</pre>
**The {{User:Proton/Fc|instruction|important part of an instruction}} is highlighted.
 
*<code><nowiki>{{User:Proton/Fc|non-functional|This thing no longer works.}}</nowiki></code>
'''Result:'''
**{{User:Proton/Fc|non-functional|This thing no longer works.}}
The {{User:Proton/Fc|instruction|important part of an instruction}} is highlighted.
*<code><nowiki>{{User:Proton/Fc|blue|Try not to use {{User:Proton/Fc|#ff0|custom}} colors.}}</nowiki></code>
 
**{{User:Proton/Fc|blue|Try not to use {{User:Proton/Fc|#ff0|custom}} colors.}}
'''Code:'''
<pre>{{User:Proton/Fc|non-functional|This thing no longer works.}}</pre>
 
'''Result:'''
{{User:Proton/Fc|non-functional|This thing no longer works.}}
 
'''Code:'''
<pre>{{User:Proton/Fc|blue|Try not to use {{User:Proton/Fc|#ff0|custom}} colors.}}</pre>
 
'''Result:'''
{{User:Proton/Fc|blue|Try not to use {{User:Proton/Fc|#ff0|custom}} colors.}}


</noinclude>
</noinclude>

Revision as of 22:26, June 28, 2015


Purpose & Usage[edit | edit source]

Use this template to change text color. Use one of the following color codes if applicable; if none of the codes are appropriate for what you are highlighting, the template accepts all CSS Legal Color Values.

Color Code(s)
#9eb8ee addition, enhancement, confirmation
#78c888 fix, functional, relevant
#ff7878 removal, non-functional, irrelevant
#c0c840 issue, unknown
#e6b69e instruction, header*
#ddd important, highlight, ui**

* Only use this for "inline headers," which begin a paragraph instead of being on their own line.
** You probably shouldn't use this directly. See Template:Tl instead.

Examples[edit | edit source]

  • The {{User:Proton/Fc|instruction|important part of an instruction}} is highlighted.
    • The important part of an instruction is highlighted.
  • {{User:Proton/Fc|non-functional|This thing no longer works.}}
    • This thing no longer works.
  • {{User:Proton/Fc|blue|Try not to use {{User:Proton/Fc|#ff0|custom}} colors.}}
    • Try not to use custom colors.