The templates in this series are designed to be used in atable to make a cell with text in that cell, with an appropriately colored background. They are commonly used incomparison tables. Most of these templates should not be used simply to produce a background color, use them according to their meaning.
For example,{{yes}} makes a cell with a green background. The text in the cell is taken from thefirst parameter;{{yes|Sure}} would output "Sure" otherwise it defaults to "Yes". Most templates allow authors to override the default text in this way, some require text put after the template call and some also need a vertical bar in between:{{''table cell template''}}''text'' or{{''table cell template''}} |''text''. This information, the colors and default texts are found in the table below.
Important: If you want to use other attributes for the table cells,e.g.colspan,rowspan, orstyle, they need to be put before the template call, and there must beno vertical bar (aka pipe)| in-between them:
This page is aredirect.The followingcategories are used to track and monitor this redirect:
From a page move: This is a redirect from a page that has been moved (renamed). This page was kept as a redirect to avoid breaking links, both internal and external, that may have been made to the old page name.
When appropriate,protection levels are automatically sensed, described and categorized.
This page is aredirect.The followingcategories are used to track and monitor this redirect:
From a page move: This is a redirect from a page that has been moved (renamed). This page was kept as a redirect to avoid breaking links, both internal and external, that may have been made to the old page name.
When appropriate,protection levels are automatically sensed, described and categorized.
{{subst:Table cell templates|text= default text|bg= background color|class= a class name without prefix|align= standard horizontal alignment}}
You should leave out thealign parameter and often theclass parameter is unnecessary, too.
Add the new template to the table in thecommon documentation afterwards. Please consider reusing one of the other templates and please choose the color sensibly.
If you find a table cell template that does not take a parameter and you want to be able to change the text in the cell,do not duplicate the template! Instead, edit the template and change the text to a default parameter substitution. For example, if a template's text isDropped, change that to{{{1|Dropped}}}.
When changing or creating a new template, follow theuse of colour guidelines and the when choosing the background color and, sometimes, the text color. Many of these templates can be used with links to other articles or references, so the links should be clearly identifiable against the background color. You can check contrast level using theWebAIM contrast checker by setting the foreground color to theblue link color. Contrast should be at the minimum WCAG AA level and, whenever possible, at WCAG AAA level.Wikipedia:Manual of Style/Accessibility/Colors has a set of colors that comply with WCAG AAA and WCAG AA for unvisited links and normal text.
All templates should either have a/bgcolor subpage that contains nothing but a valid CSS color code, possibly wrapped innowiki tags, e.g.#BFD, which can be included withbackground: {{/bgcolor}}; in thestyle attribute, or they should reference another template's subpage, e.g.background: {{Template:Yes2/bgcolor}};. Alternatively, the/bgcolor subpage may redirect to another color code subpage:#REDIRECT [[yes2/bgcolor]].
This way, pages that are using these templates may also use{{legend}} and similar templates which can reference the actual color:{{legend|{{yes2/bgcolor}}|supported}}