Difference between revisions of "Template:Mapcolor"
Jump to navigation
Jump to search
imported>Multichill m (Deleted. Thanks but no thanks) |
|||
| Line 2: | Line 2: | ||
<div style="width:80px; background-color:{{{hex}}}; color:{{{col}}};float:left">{{{hex}}}</div> | <div style="width:80px; background-color:{{{hex}}}; color:{{{col}}};float:left">{{{hex}}}</div> | ||
<div style="width:120px; background-color:white; float:left">R:{{{r}}} V:{{{v}}} B:{{{b}}}</div>{{clear}}</div></includeonly><noinclude> | <div style="width:120px; background-color:white; float:left">R:{{{r}}} V:{{{v}}} B:{{{b}}}</div>{{clear}}</div></includeonly><noinclude> | ||
| − | + | ||
;Description : this template allow to display a color with is colometric informations. | ;Description : this template allow to display a color with is colometric informations. | ||
;Usage : <code><nowiki>{{Mapcolor|r=DDD|v=DDD|b=DDD|hex=#HHHHHH}}</nowiki></code> | ;Usage : <code><nowiki>{{Mapcolor|r=DDD|v=DDD|b=DDD|hex=#HHHHHH}}</nowiki></code> | ||
| Line 13: | Line 13: | ||
Note: please, time by time, check on '''[[:fr:Modèle:Couleur]]''' if the template have been update. | Note: please, time by time, check on '''[[:fr:Modèle:Couleur]]''' if the template have been update. | ||
| − | + | {{Commons|Template:Mapcolor}} | |
| − | [[ | + | {{uncategorized template}} |
| − | [[ | + | |
| − | [[ | + | [[de:Template:Mapcolor]] |
| − | [[ | + | [[es:Template:Mapcolor]] |
| − | [[ | + | [[fr:Template:Mapcolor]] |
| + | [[it:Template:Mapcolor]] | ||
| + | [[ja:Template:Mapcolor]] | ||
</noinclude> | </noinclude> | ||
Revision as of 10:20, 19 April 2008
- Description
- this template allow to display a color with is colometric informations.
- Usage
{{Mapcolor|r=DDD|v=DDD|b=DDD|hex=#HHHHHH}}- DDD : value between 0 and 255 for Red, Green, and Blue (ALL REQUIRED).
- #HHHHHH : hexadécimale value corresponding to the 3 previous data (REQUIRED).
- Example
{{Mapcolor|r=244|v=226|b=186|hex=#F4E2BA}}produce
#F4E2BA
R:244 V:226 B:186
Note: please, time by time, check on fr:Modèle:Couleur if the template have been update.
Template:Sister project Template:Uncategorized template
de:Template:Mapcolor es:Template:Mapcolor fr:Template:Mapcolor it:Template:Mapcolor ja:Template:Mapcolor