From WikiTemp, the GBAtemp wiki
(New page: <noinclude>{{Documentation subpage}}</noinclude> <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> These templates are designed to be used in a table to make a cell with ...)
 
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Documentation subpage}}</noinclude>
+
<noinclude>
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
+
{| style="border:2px green dashed; background: white; width:100%; padding:5px;"
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]].
+
|style="text-align:center;"|This is the documentation page of the [[:Category:Table cell templates|Table cell templates]]. Please add the documentation for these templates below.
 +
|}<!-- Add Template documentation below this line --></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".
+
These templates are designed to be used in a table to make a cell with text in that cell, with an appropriately colored background.  They are commonly used in comparison tables.
 +
 
 +
For example, <code>{{tl|yes}}</code> makes a cell with a green background; the text in the cell is taken from the template parameters 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 9: Line 12:
 
===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> !! Templates !! Preview 1 !! Preview 2 !! Preview 3
+
! width=15% | !! Templates !! Preview 1 !! Preview 2
 
|-
 
|-
| <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|Alternate text}} || {{yes}} || {{yes|Alternate text}}
 
|-
 
|-
| <tt>table-yes</tt> || {{tl|yes}}, {{tlp|yes|<nowiki>Alternate [[text]]</nowiki>}} || {{yes}} || {{yes|Alternate [[text]]}} ||
+
| <tt>table-partial</tt> || {{tl|partial}}, {{tlp|partial|Alternate text}} || {{partial}} || {{partial|Alternate text}}
 
|-
 
|-
| <tt>table-no</tt> || {{tl|no}}, {{tl|BLACK}} || {{no}} || {{BLACK}} ||
+
| <tt>table-no</tt> || {{tl|no}}, {{tlp|no|Alternate text}} || {{no}} || {{no|Alternate text}}
 
|-
 
|-
| <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-opt</tt> || {{tl|opt}}, {{tlp|opt|Alternate text}} || {{opt}} || {{opt|Alternate text}}
 
|-
 
|-
| <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-unknown</tt> || {{tl|dunno}}, {{tl|unk}} || {{dunno}} || {{unk}}
 
|-
 
|-
| <tt>table-partial</tt> || {{tl|partial}}, {{tl|Yes-No}}, {{tl|some}} || {{partial}} || {{Yes-No}} || {{some}}
+
| <tt>table-na</tt> || {{tl|n/a}}, {{tl|BLACK}} || {{n/a}} || {{BLACK}}
|-
+
| <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}} || {{free}} || ||
+
|-
+
| <tt>table-nonfree</tt> || {{tl|nonfree}}<ref name="table-cell-templates-table-after"/> Text || {{nonfree}} Text || ||
+
|-
+
| <tt>table-needs</tt> || {{tl|needs}}, {{tlp|needs|<nowiki>Alternate [[text]]</nowiki>}} || {{needs}} || {{needs|Alternate [[text]]}} ||
+
|-
+
| ''unstyled'' || {{tl|incorrect}} || {{incorrect}} || ||
+
|-
+
| ''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|?}}<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> || {{?}} || ||
+
 
|}
 
|}
 
+
<includeonly>[[Category:Table cell templates|{{PAGENAME}}]]</includeonly>
===Notes===
+
<noinclude>[[Category:Template Documentation|{{PAGENAME}}]]</noinclude>
{{reflist}}
+
 
+
<includeonly>
+
<!-- ADD CATEGORIES BELOW THIS LINE -->
+
[[Category:Table cell templates]]
+
</includeonly>
+
<noinclude>[[Category:Table cell templates|{{PAGENAME}}]]</noinclude>
+

Latest revision as of 17:50, 6 August 2021

This is the documentation page of the Table cell templates. Please add the documentation for these templates below.

These templates are designed to be used in a table to make a cell with text in that cell, with an appropriately colored 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 parameters 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

Templates Preview 1 Preview 2
table-yes {{yes}}, {{yes|Alternate text}} Yes Alternate text
table-partial {{partial}}, {{partial|Alternate text}} Partial Alternate text
table-no {{no}}, {{no|Alternate text}} No Alternate text
table-opt {{opt}}, {{opt|Alternate text}} Optional Alternate text
table-unknown {{dunno}}, {{unk}}  ??? Unknown
table-na {{n/a}}, {{BLACK}} N/A N/A