Template:Table cell templates: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>EdC~enwiki
No edit summary
meta>EdC~enwiki
Line 11: Line 11:


===Templates in this series===
===Templates in this series===
:{| class="wikitable"
:{| class="wikitable" |
! width=15% | CSS class<ref>The CSS class of table cell templates may be referenced in a [[m:help:User style|user stylesheet]] to change appearance.</ref> !! width=40% | Templates !! width=15% | Preview 1 !! width=15% | Preview 2 !! width=15% | Preview 3
|-
|-
! Template !! Example
| <tt>table-rh</tt> || {{tl|rh}} || {{rh}} | Row header
|-
|-
| {{[[Template:Yes|Yes]]}} || {{Yes}}
| <tt>table-yes</tt> || {{tl|yes}} || {{yes}}
|-
|-
| {{[[Template:Yes|Yes]]|<nowiki>[[Example]] of alternate text</nowiki>}} || {{Yes|[[Example]] of alternate text}}
| <tt>table-no</tt> || {{tl|no}} || {{no}}
|-
|-
| {{[[Template:No|No]]}} || {{No}}
| <tt>table-yes2</tt> || {{tl|yes2}} || {{yes2|Text}}
|-
|-
| {{[[Template:Yes-No|Yes-No]]}} || {{Yes-No}}
| <tt>table-no2</tt> || {{tl|no2}} || {{no2|Text}}
|-
|-
| {{[[Template:But yes|But yes]]}} || {{But yes}}
| <tt>table-partial</tt> || {{tl|partial}}, {{tl|Yes-No}} || {{partial}} || {{Yes-No}}
|-
|-
| {{[[Template:But no|But no]]}} || {{But no}}
| <tt>table-but-yes</tt> || {{tl|but yes}} || {{but yes}}
|-
|-
| {{[[Template:Partial|Partial]]}} || {{Partial}}
| <tt>table-but-no</tt> || {{tl|but no}} || {{but no}}
|-
|-
| <tt>table-na</tt> || {{tl|n/a}} || {{n/a}}
|-
| <tt>table-unknown</tt> || {{tl|dunno}}, {{tl|unk}}, {{tl|?}} || {{dunno}} || {{unk}} || {{?}}
|-
| <tt>table-depends</tt> || {{tl|depends}} || {{depends}}
|-
| <tt>table-included</tt> || {{tl|included}} || {{included}}
|-
| <tt>table-dropped</tt> || {{tl|dropped}}, {{tl|terminated}} || {{dropped}} || {{terminated}}
|-
| <tt>table-beta</tt> || {{tl|beta}} || {{beta}}
|}
|}
===Notes===
<references/>


<includeonly>
<includeonly>

Revision as of 17:30, 24 January 2007

Template:Template doc page viewed directly

This page constitutes a mild abuse of Wikipedia:Template doc page pattern, used here for a series of templates instead of a single template.

These templates are designed to be used in a table to make a cell with text in that cell, with an appropriately coloured background.

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 Preview 3
table-rh {{rh}} Row header
table-yes {{yes}} Yes
table-no {{no}} No
table-yes2 {{yes2}} Text
table-no2 {{no2}} Text
table-partial {{partial}}, {{Yes-No}} Partial Yes/No
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 Template:?
table-depends {{depends}} Depends
table-included {{included}} Included
table-dropped {{dropped}}, {{terminated}} Dropped Terminated
table-beta {{beta}} Beta

Notes

  1. The CSS class of table cell templates may be referenced in a user stylesheet to change appearance.