Difference between revisions of "Template:Font color/doc"
Jump to navigation
Jump to search
imported>Cpiral (→See also: + templates xt and tq) |
imported>Cpiral (+ new section "Purpose". I just needed to see the span tags for use on another wiki. Thanks.) |
||
| Line 2: | Line 2: | ||
{{Warning|1={{big|'''Links should clearly be identifiable as links to readers'''.}}<br />Refrain from implementing colored links that may impede user ability to distinguish links from regular text, or color links for purely aesthetic reasons. See the guides to editing articles for accessibility at [[WP:CONTRAST|contrast]], [[ Wikipedia:Manual of Style/Accessibility|accessibility]] and [[WP:NAVBOXCOLOUR|navbox colors]].}} | {{Warning|1={{big|'''Links should clearly be identifiable as links to readers'''.}}<br />Refrain from implementing colored links that may impede user ability to distinguish links from regular text, or color links for purely aesthetic reasons. See the guides to editing articles for accessibility at [[WP:CONTRAST|contrast]], [[ Wikipedia:Manual of Style/Accessibility|accessibility]] and [[WP:NAVBOXCOLOUR|navbox colors]].}} | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
| + | |||
| + | == Purpose == | ||
| + | Font color keeps your article up to date | ||
| + | with the latest [[Wikipedia:HTML5]] recommendations. | ||
| + | |||
| + | It inserts the span tag attributes | ||
| + | :style=background-color: | ||
| + | :style=color: | ||
| + | for you so your page increases its readability and usability in the wikitext and its rendering. | ||
==Usage== | ==Usage== | ||
| − | |||
==Parameters== | ==Parameters== | ||
{{Aligned table | {{Aligned table | ||
| Line 34: | Line 42: | ||
{{tlx|font color|<text color>|<background color>|<text>}} | {{tlx|font color|<text color>|<background color>|<text>}} | ||
| − | Examples | + | === Examples === |
{|class=wikitable | {|class=wikitable | ||
Revision as of 00:38, 20 November 2015
| This is a documentation subpage for Template:Font color. It contains usage information, categories and other content that is not part of the original template page. |
| Links should clearly be identifiable as links to readers. Refrain from implementing colored links that may impede user ability to distinguish links from regular text, or color links for purely aesthetic reasons. See the guides to editing articles for accessibility at contrast, accessibility and navbox colors. |
Contents
Purpose
Font color keeps your article up to date with the latest Wikipedia:HTML5 recommendations.
It inserts the span tag attributes
- style=background-color:
- style=color:
for you so your page increases its readability and usability in the wikitext and its rendering.
Usage
Parameters
Script error: No such module "aligned table".
- Or
Script error: No such module "aligned table".
{{font color|<text color>|<background color>|<text>}}
Examples
| Markup | Renders as |
|---|---|
{{font color|green|green text}}
|
green text |
{{font color|blue|do not style text as a link}}
|
do not style text as a link |
{{font color|white|black|white with black background}}
|
white with black background |
{{font color||yellow|default text in yellow background}}
|
default text in yellow background |
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=.
| Markup | Renders as |
|---|---|
{{font color|white|blue|Wikipedia:Example|link=yes}}
|
Wikipedia:Example |
{{font color|white|blue|Wikipedia:Example|link=Wikipedia:Sandbox}}
|
Example |
See also
- Web colors
- HTML color names
- List of colors
- Help: Link color
- {{color}}
- {{background color}}
- {{color contrast ratio}}
- {{hilite}}
- {{font}}
- {{tq}}
- {{xt}}