Template:Table cell templates: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>EdC~enwiki
meta>Down10
m rm obsolete message box warnings, template now uses Template:Documentation.
Line 1: Line 1:
<includeonly><div class="notice" id="disambig">''This template documentation is [[Wikipedia:Template doc page pattern|transcluded]] from [[Template:Table cell templates]]'' <small>[<span class="plainlinks">[{{fullurl:Template:Table cell templates|action=edit}} edit]</span>]</small></div></includeonly><noinclude>{{template doc page viewed directly}}
<noinclude>{{Documentation subpage}}</noinclude>
{| class="messagebox standard-talk"
|- style="vertical-align:top;text-align:center;"
| This page constitutes a mild abuse of [[Wikipedia:Template doc page pattern]], used here for a series of templates instead of a single template.
|}
{{notice|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 <code><nowiki><noinclude></nowiki></code> section.}}
</noinclude>
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
These templates are designed to be used in a [[Help:Table|table]] to make a cell with text in that cell, with an appropriately coloured background.  They are commonly used in [[:Category:Comparisons|comparison tables]].
These templates are designed to be used in a [[Help:Table|table]] to make a cell with text in that cell, with an appropriately coloured background.  They are commonly used in [[:Category:Comparisons|comparison tables]].


For example, {{[[Template:Yes|Yes]]}} makes a cell with a green background; the text in the cell is taken from the [[Help:Template#Parameters|template parameter]] and defaults to "Yes".
For example, <code>{{tl|yes}}</code> makes a cell with a green background; the text in the cell is taken from the [[Help:Template#Parameters|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 <code>Dropped</code>, change that to <code><nowiki>{{{1|Dropped}}}</nowiki></code>.
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 <code>Dropped</code>, change that to <code><nowiki>{{{1|Dropped}}}</nowiki></code>.
Line 53: Line 47:


===Notes===
===Notes===
<references/>
{{reflist}}


<includeonly>
<includeonly>

Revision as of 01:45, 17 November 2007

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

CSS class[1] Templates Preview 1 Preview 2 Preview 3
table-rh {{rh}}[2] | Row header Row header
table-yes {{yes}}, {{yes|[[Alternate]] text}} Yes Alternate text
table-no {{no}} No
table-yes2 {{yes2|Text}} Text
table-no2 {{no2}}[3] Text Text
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
table-included {{included}} Included
table-dropped {{dropped}}, {{terminated}} Dropped Terminated
table-beta {{beta}} Beta
table-free {{free}} Free
table-nonfree {{nonfree}}[3] [[US$]]3.14 Non-free US$3.14
unstyled {{incorrect}} Incorrect
unstyled {{?}}[4] Template:?

Notes

  1. The CSS class of table cell templates may be referenced in a user stylesheet to change appearance.
  2. Does not take a parameter; the content should be placed after the template call, separated by a pipe (|) character.
  3. 3.0 3.1 Does not take a parameter; the content should be placed after the template call.
  4. Does not take a parameter; not really a table cell template at all, but here for completeness