Template:YesNo: Difference between revisions
SimpleArrows (talk | contribs) mNo edit summary |
SimpleArrows (talk | contribs) No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{{1|}}} | <includeonly>{{#switch: {{{1|}}} | ||
| y = style="color: | | y = style="color: green"{{!}}☑ | ||
| n = style="color: | | n = style="color: red"{{!}}☒ | ||
| N/A | | N/A | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
Line 7: | Line 7: | ||
A template to create a colored cross or tick. Created for use in table cells. | A template to create a colored cross or tick. Created for use in table cells. | ||
* y = <span style="color: | * y = <span style="color: green">☑</span> | ||
* n = <span style="color: | * n = <span style="color: red">☒</span> | ||
'''Usage:''' | '''Usage:''' |
Revision as of 10:48, 2 January 2024
A template to create a colored cross or tick. Created for use in table cells.
- y = ☑
- n = ☒
Usage:
{{YesNo|y}} | {{YesNo|n}} |
Output:
☑ | ☒ |