Template:Yes/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This template is designed to be used in "comparison tables". {| class="standard-table" ! Wikitext ! width="100"| Result ! Indicates... ! Color Code |- | <pre>{{Yes}}</pre> |...") |
m (Added Usage heading. Added template link.) |
||
Line 1: | Line 1: | ||
===Usage=== | |||
This template is designed to be used in "comparison tables". | This template is designed to be used in "comparison tables". | ||
Line 6: | Line 7: | ||
! Indicates... | ! Indicates... | ||
! Color Code | ! Color Code | ||
! Template Link | |||
|- | |- | ||
| <pre>{{Yes}}</pre> | | <pre>{{Yes}}</pre> | ||
Line 11: | Line 13: | ||
| ''positive'' | | ''positive'' | ||
| <span style=color:#90FF90;>#90FF90</span> | | <span style=color:#90FF90;>#90FF90</span> | ||
| [[Template:Yes]] | |||
|- | |- | ||
| <pre>{{No}}</pre> | | <pre>{{No}}</pre> | ||
Line 16: | Line 19: | ||
| ''negative'' | | ''negative'' | ||
| <span style=color:#FF9090;>#FF9090</span> | | <span style=color:#FF9090;>#FF9090</span> | ||
| [[Template:No]] | |||
|- | |- | ||
| <pre>{{N/A}}</pre> | | <pre>{{N/A}}</pre> | ||
Line 21: | Line 25: | ||
| ''not applicable'' or<br>''not available'' | | ''not applicable'' or<br>''not available'' | ||
| <span style=color:#FFFF90;>#FFFF90</span> | | <span style=color:#FFFF90;>#FFFF90</span> | ||
| [[Template:N/A]] | |||
|- | |- | ||
| <pre>{{Both}}</pre> | | <pre>{{Both}}</pre> | ||
Line 26: | Line 31: | ||
| ''multiple possibilities'' | | ''multiple possibilities'' | ||
| <span style=color:#BE90FF;>#BE90FF</span> | | <span style=color:#BE90FF;>#BE90FF</span> | ||
| [[Template:Both]] | |||
|} | |} | ||
===Parameters=== | ===Parameters=== |
Revision as of 17:35, 1 September 2021
Usage
This template is designed to be used in "comparison tables".
Wikitext | Result | Indicates... | Color Code | Template Link |
---|---|---|---|---|
{{Yes}} |
Yes | positive | #90FF90 | Template:Yes |
{{No}} |
No | negative | #FF9090 | Template:No |
{{N/A}} |
N/A | not applicable or not available |
#FFFF90 | Template:N/A |
{{Both}} |
Both | multiple possibilities | #BE90FF | Template:Both |
Parameters
The first unnamed parameter overrides the displayed text.
Wikitext | Result |
---|---|
{{Yes|:D}} |
:D |
{{N/A|align=left}} |
N/A |
{{No|style=color:#FFFFFF}} |
No |