Template:Table cell templates: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Debresser m removed incorrect protection template |
meta>Ms2ger m HTML class |
||
Line 8: | Line 8: | ||
===Templates in this series=== | ===Templates in this series=== | ||
{| class="wikitable" | |||
! width=15% | | |+ | ||
! width=15% | HTML class<ref name="table-cell-templates-table-css">The HTML class of table cell templates may be referenced in a [[m:help:User style|user stylesheet]] to change appearance.</ref> !! Templates !! Preview 1 !! Preview 2 !! Preview 3 | |||
|- | |- | ||
| <tt>table-rh</tt> || {{tl|rh}}, {{tl|rh2}}<ref name="table-cell-templates-table-after+pipe">Does not take a parameter; the content should be placed after the template call, separated by a pipe (|) character.</ref> | Row header || {{rh}} | Row header || {{rh2}} | Row header || | | <tt>table-rh</tt> || {{tl|rh}}, {{tl|rh2}}<ref name="table-cell-templates-table-after+pipe">Does not take a parameter; the content should be placed after the template call, separated by a pipe (|) character.</ref> | Row header || {{rh}} | Row header || {{rh2}} | Row header || |
Revision as of 18:00, 7 July 2009
These templates are designed to be used in a table to make a cell with text in that cell, with an appropriately coloured background. They are commonly used in comparison tables.
For example, {{yes}}
makes a cell with a green background; the text in the cell is taken from the template parameter and defaults to "Yes".
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 is Dropped
, change that to {{{1|Dropped}}}
.
Templates in this series
HTML class[1] | Templates | Preview 1 | Preview 2 | Preview 3 |
---|---|---|---|---|
table-rh | {{rh}}, {{rh2}}[2] | Row header | Row header | Row header | |
table-yes | {{yes}}, {{yes|Alternate [[text]]}} | Yes | Alternate text | |
table-no | {{no}}, {{no|Alternate [[text]]}}, {{BLACK}} | No | Alternate text | N/A |
table-siteactive | {{siteactive}} | Template:Siteactive | ||
table-siteinactive | {{siteinactive}} | Template:Siteinactive | ||
table-yes2 | {{yes2}}[3] Text, {{won}}, {{won|5}} | Text | Won | 5 |
table-no2 | {{no2}}[3] Text, {{nom}}, {{nom|5}} | Text | Nominated | 5 |
table-partial | {{partial}}, {{Yes-No}}, {{some}} | Partial | Yes/No | Some |
table-any | {{any}} | Any | ||
table-na | {{n/a}} | N/A | ||
table-unknown | {{dunno}}, {{unk}} | ? | Template:Unk | |
table-depends | {{depends}}, {{depends|Alternate [[text]]}} | Depends | Alternate text | |
table-included | {{included}} | Included | ||
table-dropped | {{dropped}}, {{terminated}} | Dropped | Terminated | |
table-beta | {{beta}}, Template:T1 | Beta | Experimental | |
table-free | {{free}} | Free | ||
table-nonfree | {{nonfree}}[3] Text | Non-free Text | ||
table-needs | {{needs}}, {{needs|Alternate [[text]]}} | Needs | Alternate text | |
unstyled | {{incorrect}},{{incorrect|Alternate [[text]]}} | Incorrect | Alternate text | |
unstyled | {{No result}}, {{No result|N.R.}} | No result | N.R. | |
unstyled | {{480p}}, {{16:9}} | Template:480p | Template:16:9 | |
unstyled | {{?}}[4] | Template:? |
Notes
- ↑ The HTML class of table cell templates may be referenced in a user stylesheet to change appearance.
- ↑ Does not take a parameter; the content should be placed after the template call, separated by a pipe (|) character.
- ↑ 3.0 3.1 3.2 Does not take a parameter; the content should be placed after the template call.
- ↑ Does not take a parameter; not really a table cell template at all, but here for completeness