You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Template:Color: Difference between revisions
Jump to navigation
Jump to search
SigmaEpsilon (talk | contribs) mNo edit summary |
mNo edit summary |
||
(24 intermediate revisions by 13 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><span style="color:{{ | <includeonly><span style="color:{{rgb|{{{1}}}}}">{{{2}}}</span></includeonly><noinclude>{{Template | ||
<noinclude>This is a template for add a specified color to text. | |Name=Color | ||
|Type=Formatting | |||
|Type2=Utility | |||
|Type3= | |||
|Sub=No | |||
|Designer=LyingBrian | |||
|Designer2=Andrius | |||
|Designer3= | |||
|Notes= | |||
}} | |||
This is a template for add a specified color to text. | |||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{color | {{color| | }} | ||
| | |||
| | |||
}} | |||
</pre> | </pre> | ||
=== Parameters === | |||
;{{{1}}} : The desired color. | |||
:''The {{tlx|rgb}} template is already included; simply enter the color name or code.'' | |||
;{{{2}}} : The text to colorize. | |||
=== Examples === | === Examples === | ||
{| border="1" cellpadding="2" cellspacing="0" | {| border="1" cellpadding="2" cellspacing="0" | ||
Line 41: | Line 52: | ||
| | | | ||
<pre> | <pre> | ||
{{color| | {{color|lgreen|Example}} | ||
</pre> | </pre> | ||
| | | | ||
{{color| | {{color|lgreen|Example}} | ||
|- | |- | ||
| | | | ||
Line 52: | Line 63: | ||
| | | | ||
{{color|ffcc00|Example}} | {{color|ffcc00|Example}} | ||
|- | |||
| | |||
<pre> | |||
{{color|a0a|Example}} | |||
</pre> | |||
| | |||
{{color|a0a|Example}} | |||
|- | |- | ||
| | | | ||
Line 59: | Line 77: | ||
| | | | ||
{{color||Example}} | {{color||Example}} | ||
}} | |} | ||
[[category: Templates|{{PAGENAME}}]] | |||
</noinclude> | </noinclude> |
Latest revision as of 21:48, 21 November 2014
|
This is a template for add a specified color to text.
Usage
{{color| | }}
Parameters
- {{{1}}}
- The desired color.
- The {{rgb}} template is already included; simply enter the color name or code.
- {{{2}}}
- The text to colorize.
Examples
What you type | What it looks like |
{{color|blue|Example}} |
Example |
{{color|red|Example}} |
Example |
{{color|green|Example}} |
Example |
{{color|lgreen|Example}} |
Example |
{{color|ffcc00|Example}} |
Example |
{{color|a0a|Example}} |
Example |
{{color||Example}} |
Example |