Difference between revisions of "Template:Table cell templates"
From WikiTemp, the GBAtemp wiki
Antiaverage (talk | contribs) (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 ...) |
Antiaverage (talk | contribs) |
||
Line 1: | Line 1: | ||
<noinclude>{{Documentation subpage}}</noinclude> | <noinclude>{{Documentation subpage}}</noinclude> | ||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | ||
− | These templates are designed to be used in a | + | 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 | + | 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 9: | ||
===Templates in this series=== | ===Templates in this series=== | ||
:{| class="wikitable" | | :{| class="wikitable" | | ||
− | ! width=15% | | + | ! width=15% | !! Templates !! Preview 1 !! Preview 2 !! Preview 3 |
− | + | ||
− | + | ||
|- | |- | ||
| <tt>table-yes</tt> || {{tl|yes}}, {{tlp|yes|<nowiki>Alternate [[text]]</nowiki>}} || {{yes}} || {{yes|Alternate [[text]]}} || | | <tt>table-yes</tt> || {{tl|yes}}, {{tlp|yes|<nowiki>Alternate [[text]]</nowiki>}} || {{yes}} || {{yes|Alternate [[text]]}} || | ||
|- | |- | ||
| <tt>table-no</tt> || {{tl|no}}, {{tl|BLACK}} || {{no}} || {{BLACK}} || | | <tt>table-no</tt> || {{tl|no}}, {{tl|BLACK}} || {{no}} || {{BLACK}} || | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
Revision as of 17:46, 13 April 2009
Template:Documentation subpage 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 Preview 3 table-yes {{yes}}, {{yes|Alternate [[text]]}} Yes Alternate text table-no {{no}}, {{BLACK}} No N/A