Jump to content

Template:Font color/doc: Difference between revisions

From Fifth Empire Wiki
Usage: swap 3rd + 4th bullet, shorten descr. to 'note the empty <text color> field "||"'
Line 9: Line 9:
*'''<nowiki>{{Font color|#0033CC|this is about plants}}</nowiki>''':  {{Font color|#0033CC|this is about plants}}: ([[Web colors#Hex triplet|Hex triplet]] codes work also)
*'''<nowiki>{{Font color|#0033CC|this is about plants}}</nowiki>''':  {{Font color|#0033CC|this is about plants}}: ([[Web colors#Hex triplet|Hex triplet]] codes work also)
*'''<nowiki>{{Font color|red|yellow|red text with yellow background}}</nowiki>''': {{Font color|red|yellow|red text with yellow background}}
*'''<nowiki>{{Font color|red|yellow|red text with yellow background}}</nowiki>''': {{Font color|red|yellow|red text with yellow background}}
*'''<nowiki>{{Font color||red|text in red background}}</nowiki>''': {{Font color||red|text in red background}}:(Note the empty <text color> field "||".)
*'''<nowiki>{{Font color||red|text in red background}}</nowiki>''': {{Font color||red|text in red background}}:(note the empty <text color> field "||")


== See also ==
== See also ==
Line 15: Line 15:
* [[HTML color names]]
* [[HTML color names]]
* [[List of colors]]
* [[List of colors]]
* [[Help: Link color]]
* {{tl|color}}
* {{tl|color}}
* {{tl|background color}}
* {{tl|background color}}

Revision as of 19:20, 14 January 2014

Usage

{{Font color|<text color>|<background color>|<text>}}

Examples of use:

  • {{Font color|blue|this is about plants}}: this is about plants:(it appears in blue text).
  • {{Font color|#0033CC|this is about plants}}: this is about plants: (Hex triplet codes work also)
  • {{Font color|red|yellow|red text with yellow background}}: red text with yellow background
  • {{Font color||red|text in red background}}: text in red background:(note the empty <text color> field "||")

See also