Template:Colorbox

From Iwe

(Difference between revisions)
(Created page with '{{colorbox|#CEF2E0|^}}')
Line 1: Line 1:
-
{{colorbox|#CEF2E0|^}}
+
==Usage==
 +
<CODE><nowiki>{{</nowiki>color box|''color''|''text''|''text color''<nowiki>}}</nowiki></CODE>
 +
 
 +
*Colors are most commonly specified as either a color keyword or as the hexadecimal triplet representing an RGB combination.  See [[Help:Colors|web colors]] for details.
 +
*If specified, the <code>text</code> is centered within the box.
 +
{| align="center" border="1" cellpadding="2" cellspacing="2" style="width: 100%;"
 +
! scope="col" width="50%"|'''Examples'''
 +
! scope="col" width="50%"|'''Wiki Markup'''
 +
|-
 +
|{{Colorbox|Green}}
 +
|<nowiki>{{color box|Green}}</nowiki>
 +
|-
 +
|{{Colorbox|Yellow|Default color for this text}}
 +
|<nowiki>{{color box|Yellow|Default color for this text}}</nowiki>
 +
|-
 +
|{{Colorbox|Blue|White text in a blue box|White}}
 +
|<nowiki>{{color box|Blue|White text in a blue box|White}}</nowiki>
 +
|-
 +
|{{Colorbox|SteelBlue|'''Using X11 color names'''|Cornsilk}}
 +
|<nowiki>{{color box|SteelBlue|'''</nowiki>Using [[Wikipedia:X11 color names|X11 color names]]<nowiki>'''|Cornsilk}}</nowiki>
 +
|-
 +
|{{Colorbox|#012345|''Using RGB hex triplets''|#FEDCBA}}
 +
|<nowiki>{{color box|#012345|''</nowiki>Using [[Wikipedia:Web colors#Hex triplet|RGB hex triplet]]<nowiki>''|#FEDCBA}}</nowiki>
 +
|}

Revision as of 02:21, 7 September 2012

Usage

{{color box|color|text|text color}}

  • Colors are most commonly specified as either a color keyword or as the hexadecimal triplet representing an RGB combination. See web colors for details.
  • If specified, the text is centered within the box.
Examples Wiki Markup
       {{color box|Green}}
       {{color box|Yellow|Default color for this text}}
       {{color box|Blue|White text in a blue box|White}}
       {{color box|SteelBlue|'''Using X11 color names'''|Cornsilk}}
       {{color box|#012345|''Using RGB hex triplet''|#FEDCBA}}
Personal tools