Template:Table cell templates: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Elberth 00001939
No edit summary
m (120 revisions imported)
 
(33 intermediate revisions by 17 users not shown)
Line 1: Line 1:
<noinclude>{{Documentation subpage}}</noinclude>
<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]].
|</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>
 
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>.
 
===Templates in this series===
{| class="wikitable"
|+
! 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-yes</tt> || {{tl|yes}}, {{tlp|yes|<nowiki>Alternate [[text]]</nowiki>}} || {{yes}} || {{yes|Alternate [[text]]}} ||
|-
| <tt>table-no</tt> || {{tl|no}}, {{tlp|no|<nowiki>Alternate [[text]]</nowiki>}}, {{tl|BLACK}} || {{no}} || {{no|Alternate [[text]]}} || {{BLACK}}
|-
| <tt>table-siteactive</tt> || {{tl|siteactive}} || {{siteactive}} || ||
|-
| <tt>table-siteinactive</tt> || {{tl|siteinactive}} || {{siteinactive}} || ||
|-
| <tt>table-yes2</tt> || {{tl|yes2}}<ref name="table-cell-templates-table-after"/> Text, {{tl|won}}, {{tlp|won|5}} || {{yes2}} Text || {{won}} || {{won|5}}
|-
| <tt>table-no2</tt> || {{tl|no2}}<ref name="table-cell-templates-table-after">Does not take a parameter; the content should be placed after the template call.</ref> Text, {{tl|nom}}, {{tlp|nom|5}} || {{no2}} Text ||{{nom}} || {{nom|5}}
|-
| <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}}, {{tlp|depends|<nowiki>Alternate [[text]]</nowiki>}} || {{depends}} || {{depends|Alternate [[text]]}} ||
|-
| <tt>table-included</tt> || {{tl|included}} || {{included}} || ||
|-
| <tt>table-dropped</tt> || {{tl|dropped}}, {{tl|terminated}} || {{dropped}} || {{terminated}} ||
|-
| <tt>table-beta</tt> || {{tl|beta}}, {{t1|table-experimental}} || {{beta}} || {{table-experimental}} ||
|-
| <tt>table-free</tt> || {{tl|free}}, {{tlp|free|<nowiki>Alternative [[text]]</nowiki>}} || {{free}} || {{free|Alternative [[text]]}} ||
|-
| <tt>table-nonfree</tt> || {{tl|nonfree}}, {{tl|nonfree}}<ref name="table-cell-templates-table-after"/> Text || {{nonfree}} || {{nonfree}} [[Text]] ||
|-
| <tt>table-needs</tt> || {{tl|needs}}, {{tlp|needs|<nowiki>Alternate [[text]]</nowiki>}} || {{needs}} || {{needs|Alternate [[text]]}} ||
|-
| ''unstyled'' || {{tl|incorrect}},{{tlp|incorrect|<nowiki>Alternate [[text]]</nowiki>}}  || {{incorrect}} || {{incorrect|Alternate [[text]]}} ||
|-
| ''unstyled'' || {{tl|No result}}, {{tlp|No result|N.R.}} || {{No result}} || {{No result|N.R.}} ||
|-
| ''unstyled'' || {{tl|480p}}, {{tl|16:9}} || {{480p}} || {{16:9}} ||
|-
| ''unstyled'' || {{tl|Pending}} || {{Pending}} || ||
|-
| ''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> || {{?}} || ||
|}
|}
 
{{Documentation}}
===Notes===
{{Reflist}}
 
<noinclude>
<!-- ADD CATEGORIES BELOW THIS LINE -->
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Table cell templates]]
[[Category:Table cell templates]]
<!-- ADD INTERWIKIS BELOW THIS LINE -->
[[es:Plantilla:Celda de tabla de plantillas]]
[[ca:Plantilla:Plantilles per les cel·les de les taules]]
[[eo:Ŝablono:Jes ne]]
[[hsb:Předłoha:Haj ně]]
[[ja:Template:Table cell templates]]
[[ko:틀:모름]]
[[zh:Template:Table cell templates]]
</noinclude>
</noinclude>

Latest revision as of 13:30, 3 September 2020

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