Template:Yes/doc: Difference between revisions
Jump to navigation
Jump to search
m (Added example with a link.) |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Usage== | ==Usage== | ||
This template is designed to be used in comparison tables. | This template is designed to be used in comparison tables. | ||
__NOTOC__ | |||
===Parameters=== | ===Parameters=== | ||
*{{ | *{{Param}} – The first unnamed parameter overrides the displayed text; | ||
*{{ | *{{Param|align}} – Overrides the alignment of the text in the table cell; | ||
*{{ | *{{Param|style}} – Override any style attributes of the table cell. | ||
===Examples=== | ===Examples=== | ||
{| class="standard-table" | {| class="standard-table" | ||
! Table Cell Wikitext | ! Table Cell Wikitext | ||
! width="100"| Result | ! width="100" | Result | ||
<includeonly> | <includeonly> | ||
|- | |- |
Revision as of 11:49, 29 April 2023
Usage
This template is designed to be used in comparison tables.
Parameters
- {{{1}}} – The first unnamed parameter overrides the displayed text;
- {{{align}}} – Overrides the alignment of the text in the table cell;
- {{{style}}} – Override any style attributes of the table cell.
Examples
Table Cell Wikitext | Result |
---|
See Also
Table Cell Wikitext | Result | Indicates... | Color Code |
---|---|---|---|
{{Yes}} | Yes | positive | #90FF90 |
{{No}} | No | negative | #FF9090 |
{{N/A}} | N/A | not applicable or not available |
#FFFF90 |
{{Both}} | Both | multiple possibilities | #BE90FF |