Jump to content

Template:Font color/doc: Difference between revisions

From Fifth Empire Wiki
Undid revision 600295360 by 122.53.71.27 (talk)
add link; ce doc
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{notice|Color usage should meet the guidelines at [[Wikipedia:Manual of Style/Accessibility]]}}


==Usage==
==Usage==
'''<nowiki>{{Font color|<text color>|<background color>|<text>}}</nowiki>'''


Examples of use:
==Parameters==
*'''<nowiki>{{Font color|blue|this is about plants}}</nowiki>''': {{Font color|blue|this is about plants}}:(it appears in blue text).
{{Aligned table
*'''<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)
|cols=3 |style=padding:0.5em 0;line-height:1.35em;margin-bottom:1.0em;
*'''<nowiki>{{Font color|red|yellow|red text with yellow background}}</nowiki>''': {{Font color|red|yellow|red text with yellow background}}
|col1style=font-family:monospace;padding-right:1.5em;
*'''<nowiki>{{Font color||red|text in red background}}</nowiki>''': {{Font color||red|text in red background}}:(note the empty <text color> field "||")
  |col2style=padding-right:2.5em; |col3style=text-align:center;
|row1style=font-size:110%;font-weight:bold;| | Use / description | Default


== See also ==
| {{{1}}}  | font color      | default
| {{{2}}}  | background color | default
| {{{3}}}  | text            |
| link      | page link        |
}}
 
 
{{tlx|font color|<text color>|<background color>|<text>}}
 
Examples:
 
{{markup|
|1=<nowiki>{{font color|blue|this is about plants}}</nowiki>
|2={{font color|blue|this is about plants}}
 
|3=<nowiki>{{font color|#0033CC|this is about plants}}</nowiki>
|4={{font color|#0033CC|this is about plants}}
 
|5=<nowiki>{{font color|red|yellow|red text with yellow background}}</nowiki>
|6={{font color|red|yellow|red text with yellow background}}
 
|7=<nowiki>{{font color||red|text in red background}}</nowiki>
|8={{font color||red|text in red background}}
}}
 
The {{para|link}} parameter is useful where a link is placed in a colored header such as a navbox. For example, if the header was blue, you would leave the background color blank and set the font color to white. {{para|link|yes}} sets the link to the text, otherwise it is set to the value of {{para|link}}.
 
{{markup
|1=<nowiki>{{font color|white|blue|Wikipedia:Example|link=yes}}</nowiki>
|2={{font color|white|blue|Wikipedia:Example|link=yes}}
 
|3=<nowiki>{{font color|white|blue|Wikipedia:Example|link=Wikipedia:Sandbox}}</nowiki>
|4={{font color|white|blue|Example|link=Wikipedia:Sandbox}}
}}
 
==See also==
* [[Web colors]]
* [[Web colors]]
* [[HTML color names]]
* [[HTML color names]]

Revision as of 14:00, 5 November 2014

Usage

Parameters

Use / description Default
{{{1}}} font color default
{{{2}}} background color default
{{{3}}} text
link page link


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

Examples:

Template:Markup

The |link= parameter is useful where a link is placed in a colored header such as a navbox. For example, if the header was blue, you would leave the background color blank and set the font color to white. |link=yes sets the link to the text, otherwise it is set to the value of |link=.

Template:Markup

See also