Template:Table cell templates: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Intgr →Templates in this series: {{partial2}} |
meta>Intgr →Templates in this series: simplify table, add empty cells |
||
Line 13: | Line 13: | ||
===Templates in this series=== | ===Templates in this series=== | ||
:{| class="wikitable" | | :{| class="wikitable" | | ||
! width=15% | CSS class<ref name="table-cell-templates-table-css">The CSS class of table cell templates may be referenced in a [[m:help:User style|user stylesheet]] to change appearance.</ref> !! | ! width=15% | CSS class<ref name="table-cell-templates-table-css">The CSS 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 | ||
|- | |- | ||
| <tt>table-rh</tt> || {{tl|rh}}<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 | | <tt>table-rh</tt> || {{tl|rh}}<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 || | ||
|- | |- | ||
| <tt>table-yes</tt> || {{tl|yes}}, {{tlp|yes|<nowiki>[[Alternate]] text</nowiki>}} || {{yes}} || {{yes|[[Alternate]] text}} | | <tt>table-yes</tt> || {{tl|yes}}, {{tlp|yes|<nowiki>[[Alternate]] text</nowiki>}} || {{yes}} || {{yes|[[Alternate]] text}} | ||
|- | |- | ||
| <tt>table-no</tt> || {{tl|no}} || {{no}} | | <tt>table-no</tt> || {{tl|no}} || {{no}} || | ||
|- | |- | ||
| <tt>table-yes2</tt> || {{tl|yes2}}<ref name="table-cell-templates-table-after">Does not take a parameter; the content should be placed after the template call.</ref> Text || {{yes2}} Text | | <tt>table-yes2</tt> || {{tl|yes2}}<ref name="table-cell-templates-table-after">Does not take a parameter; the content should be placed after the template call.</ref> Text || {{yes2}} Text || | ||
|- | |- | ||
| <tt>table-no2</tt> || {{tl|no2}}<ref name="table-cell-templates-table-after"/> Text || {{no2}} Text | | <tt>table-no2</tt> || {{tl|no2}}<ref name="table-cell-templates-table-after"/> Text || {{no2}} Text || | ||
|- | |- | ||
| <tt>table-partial</tt> || {{tl|partial}}, {{tl|Yes-No}} || {{partial}} || {{Yes-No}} | | <tt>table-partial</tt> || {{tl|partial}}, {{tl|Yes-No}} || {{partial}} || {{Yes-No}} | ||
|- | |- | ||
| <tt>table-partial2</tt> || {{tl|partial2}}<ref name="table-cell-templates-table-after"/> Text || {{partial2}} Text | | <tt>table-partial2</tt> || {{tl|partial2}}<ref name="table-cell-templates-table-after"/> Text || {{partial2}} Text || | ||
|- | |- | ||
| <tt>table-but-yes</tt> || {{tl|but yes}} || {{but yes}} || | | <tt>table-but-yes</tt> || {{tl|but yes}} || {{but yes}} || | ||
|- | |- | ||
| <tt>table-but-no</tt> || {{tl|but no}} || {{but no}} | | <tt>table-but-no</tt> || {{tl|but no}} || {{but no}} || | ||
|- | |- | ||
| <tt>table-na</tt> || {{tl|n/a}} || {{n/a}} | | <tt>table-na</tt> || {{tl|n/a}} || {{n/a}} || | ||
|- | |- | ||
| <tt>table-unknown</tt> || {{tl|dunno}}, {{tl|unk | | <tt>table-unknown</tt> || {{tl|dunno}}, {{tl|unk}} || {{dunno}} || {{unk}} | ||
|- | |- | ||
| <tt>table-depends</tt> || {{tl|depends}} || {{depends}} | | <tt>table-depends</tt> || {{tl|depends}} || {{depends}} || | ||
|- | |- | ||
| <tt>table-included</tt> || {{tl|included}} || {{included}} | | <tt>table-included</tt> || {{tl|included}} || {{included}} || | ||
|- | |- | ||
| <tt>table-dropped</tt> || {{tl|dropped}}, {{tl|terminated}} || {{dropped}} || {{terminated}} | | <tt>table-dropped</tt> || {{tl|dropped}}, {{tl|terminated}} || {{dropped}} || {{terminated}} | ||
|- | |- | ||
| <tt>table-beta</tt> || {{tl|beta}} || {{beta}} || | | <tt>table-beta</tt> || {{tl|beta}} || {{beta}} || | ||
|- | |||
| ''unstyled'' || {{tl|?}} || {{?}} || | |||
|} | |} | ||
Revision as of 20:30, 24 January 2007
Template:Template doc page viewed directly
If you spot any more table cell templates that fit into this scheme, please add them to this page and add this template in a <noinclude> section. |
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".
Templates in this series
CSS class[1] Templates Preview 1 Preview 2 table-rh {{rh}}[2] | Row header Row header table-yes {{yes}}, {{yes|[[Alternate]] text}} Yes Alternate text table-no {{no}} No table-yes2 {{yes2}}[3] Text Text table-no2 {{no2}}[3] Text Text table-partial {{partial}}, {{Yes-No}} Partial Yes/No table-partial2 {{partial2}}[3] Text Template:Partial2 Text table-but-yes {{but yes}} Template:But yes table-but-no {{but no}} Template:But no table-na {{n/a}} N/A table-unknown {{dunno}}, {{unk}} ? Template:Unk table-depends {{depends}} Depends table-included {{included}} Included table-dropped {{dropped}}, {{terminated}} Dropped Terminated table-beta {{beta}} Beta unstyled {{?}} Template:?
Notes
- ↑ The CSS 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.