Difference between revisions of "Template:Colorbox"

From Rigged Wiki
Jump to navigation Jump to search
(Created page with "{| width="75px" style="background: transparent;" cellspacing="0" |- | width="100%" style="background: #{{{color|FF0000}}}; height: 10px;" | |}<noinclude> ==Usage== A box of ...")
 
Line 1: Line 1:
{| width="75px" style="background: transparent;" cellspacing="0"
{| width="75px" style="background: transparent;" cellspacing="0"
|-
|-
| width="100%" style="background: #{{{color|FF0000}}};  height: 10px;" |
| width="100%" style="background: #{{{1|}}};  height: 10px;" |
|}<noinclude>
|}<noinclude>
==Usage==
==Usage==


A box of color.
A box of color. Enter your desired hex color minus hash prefix.


===Parameters===
==Example==


<code>color</code>: The desired hex color minus hash prefix.
<pre>{{colorbox|FFFF00}}</pre>
 
{{colorbox|FFFF00}}


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 14:58, 11 March 2014

Usage

A box of color. Enter your desired hex color minus hash prefix.

Example

{{colorbox|FFFF00}}