Template:Table cell templates: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>TheNewPhobia
→‎Templates in this series: okay, now try this.
Ookami (talk | contribs)
m 120 revisions imported
 
(86 intermediate revisions by 49 users not shown)
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>
{| class="messagebox standard-talk"
{|
|- style="vertical-align:top;text-align:center;"
|</noinclude>{{#if:{{{sort|}}}|data-sort-value="<nowiki>{{{sort|</nowiki>{{{sort}}}<nowiki>}}}</nowiki>"}} style="background: {{{bg|<nowiki>{{/bgcolor}}</nowiki>}}}; color: {{{color|black}}}; vertical-align: {{{valign|middle}}}; text-align: <nowiki>{{{align|</nowiki>{{{align|center}}}<nowiki>}}}</nowiki>; <nowiki>{{{style|text-transform: capitalize;}}}</nowiki>" class="{{{class|{{BASEPAGENAME}}}}} table-{{{class|{{BASEPAGENAME}}}}}"| <nowiki>{{{1|</nowiki>{{{text}}}<nowiki>}}}</nowiki><noinclude>
| 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.}}
{{Documentation}}
</noinclude>
<!-- 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]].
 
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".
 
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>.
 
===Templates in this series===
:{| 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> !! Templates !! Preview 1 !! Preview 2 !! Preview 3
|-
| <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-no</tt> || {{tl|no}} || {{no}} || ||
|-
| <tt>table-yes2</tt> || <nowiki>{{</nowiki>yes2|Text<nowiki>}}</nowiki><ref name="table-cell-templates-table-after">Does not take a parameter; the content should be placed after the template call.</ref> || {{yes2|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}}, {{tl|some}} || {{partial}} || {{Yes-No}} || {{some}}
|-
| <tt>table-any</tt> || {{tl|any}} || {{any}} || ||
|-
| <tt>table-na</tt> || {{tl|n/a}} || {{n/a}} || ||
|-
| <tt>table-unknown</tt> || {{tl|dunno}}, {{tl|unk}} || {{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}} || ||
|-
| <tt>table-free</tt> || {{tl|free}} || {{free}} || ||
|-
| <tt>table-nonfree</tt> || {{tl|nonfree}}<ref name="table-cell-templates-table-after"/> <nowiki>[[US$]]3.14</nowiki> || {{nonfree}} [[United States dollar|US$]]3.14 || ||
|-
| ''unstyled'' || {{tl|incorrect}} || {{incorrect}} || ||
|-
| ''unstyled'' || {{tl|?}}<ref name="table-cell-templates-table-noparam">Does not take a parameter; not really a table cell template at all, but here for completeness</ref> || {{?}} || ||
|}
 
===Notes===
<references/>
 
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Table cell templates]]
[[Category:Table cell templates]]
 
</noinclude>
<!-- ADD INTERWIKIS BELOW THIS LINE -->
 
</includeonly>

Latest revision as of 13:30, 3 September 2020

{{{1|{{{text}}}}}}