Template:Color/doc

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< Template:Color
Revision as of 23:35, 8 June 2017 by Vish (talk | contribs) (Created page with "==Description== This template makes it easy to change colors for each part's unique theme, for coloring text or using it as an input to a CSS style. ==Syntax== <pre>{{color|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

This template makes it easy to change colors for each part's unique theme, for coloring text or using it as an input to a CSS style.

Syntax

{{color|<INDEX>|<TEXT>}}

Notes

  • Acceptable values for <INDEX> are:
  1. A color name used in the above table. This should always be used unless you want a color that isn't supported.
  2. A hexidecimal value.
  3. A web color name.
  • The <TEXT> parameter is optional.
  • Refer to the above table for color indices.

Sample output

{{Color|PB|Phantom Blood}}

Phantom Blood

<div style="width:250px; height:50px; background:{{color|SDC}};"/>


<font style="background:{{color|SBR2}}">{{color|DIU|Making text on a colored  background.}}</font>

Making text on a colored background.

{{color|#FF0000|'''Making red text using a hex value.'''}}

Making red text using a hex value.

{{color|lime|'''Making green text using a web color.'''}}

Making green text using a web color.