Template:Swatch: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div style="background:#{{{1}}}; color: #{{{2|000000}}}; text-align: center; border: {{{b|0}}}px solid" title="{{{3|{{{1}}}}}}"><tt style="font-style:normal; font-size: .5em">{{{3|{{{1}}}}}}</tt></div>
<div style="background:#{{{1}}}; color: #{{{2|000000}}}; text-align: center; border: {{{b|0}}}px solid" title="{{{3|#{{{1}}}}}}"><tt style="font-style:normal; font-size: .5em">{{{3|#{{{1}}}}}}</tt></div>
<noinclude>
<noinclude>
This template makes an rgb color swatch, as css colors. On Windows these will appear as sRGB. They will not look correct on a Mac.
This template makes an rgb color swatch, as css colors. On Windows these will appear as sRGB. They will not look correct on a Mac.


It takes 2 positional arguments, rgb color and an optional text color (default black), and then it takes 2 named arguments, b = border, and t = title
It takes 3 positional arguments, hex rgb color and an optional text color (default black), and an optional title/content string, b = border
</noinclude>
</noinclude>

Revision as of 09:25, 3 November 2006

#{{{1}}}

This template makes an rgb color swatch, as css colors. On Windows these will appear as sRGB. They will not look correct on a Mac.

It takes 3 positional arguments, hex rgb color and an optional text color (default black), and an optional title/content string, b = border