Difference between revisions of "Template:Table cell templates"
From WikiTemp, the GBAtemp wiki
Antiaverage (talk | contribs) (→Templates in this series) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude> | ||
+ | {| style="border:2px green dashed; background: white; width:100%; padding:5px;" | ||
+ | |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> | ||
+ | |||
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. | 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. | ||
Line 7: | Line 12: | ||
===Templates in this series=== | ===Templates in this series=== | ||
:{| class="wikitable" | | :{| class="wikitable" | | ||
− | ! width=15% | !! Templates !! Preview 1 !! Preview 2 | + | ! width=15% | !! Templates !! Preview 1 !! Preview 2 |
|- | |- | ||
− | | <tt>table-yes</tt> || {{tl|yes}}, {{tlp|yes|Alternate text}} || {{yes}} || {{yes|Alternate text}} | + | | <tt>table-yes</tt> || {{tl|yes}}, {{tlp|yes|Alternate text}} || {{yes}} || {{yes|Alternate text}} |
|- | |- | ||
− | | <tt>table- | + | | <tt>table-partial</tt> || {{tl|partial}}, {{tlp|partial|Alternate text}} || {{partial}} || {{partial|Alternate text}} |
|- | |- | ||
− | | <tt>table- | + | | <tt>table-no</tt> || {{tl|no}}, {{tlp|no|Alternate text}} || {{no}} || {{no|Alternate text}} |
|- | |- | ||
− | | <tt>table-na</tt> || {{tl|n/a}} || {{n/a}} || | + | | <tt>table-opt</tt> || {{tl|opt}}, {{tlp|opt|Alternate text}} || {{opt}} || {{opt|Alternate text}} |
+ | |- | ||
+ | | <tt>table-unknown</tt> || {{tl|dunno}}, {{tl|unk}} || {{dunno}} || {{unk}} | ||
+ | |- | ||
+ | | <tt>table-na</tt> || {{tl|n/a}}, {{tl|BLACK}} || {{n/a}} || {{BLACK}} | ||
|} | |} | ||
− | + | <includeonly>[[Category:Table cell templates|{{PAGENAME}}]]</includeonly> | |
− | [[Category:Table cell templates|{{PAGENAME}}]] | + | <noinclude>[[Category:Template Documentation|{{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