Jump to content

Template:Font color/doc: Difference between revisions

From Fifth Empire Wiki
See also: Add related template to see also section
Usage: swap 3rd + 4th bullet, shorten descr. to 'note the empty <text color> field "||"'
Line 8: Line 8:
*'''<nowiki>{{Font color|blue|this is about plants}}</nowiki>''': {{Font color|blue|this is about plants}}:(it appears in blue text).
*'''<nowiki>{{Font color|blue|this is about plants}}</nowiki>''': {{Font color|blue|this is about plants}}:(it appears in blue text).
*'''<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|text in red background}}</nowiki>''': {{Font color||red|text in red background}}:(no parameters are used for the text color, only for the 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|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 "||".)


== See also ==
== See also ==

Revision as of 19:16, 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