Template:YesNo: Difference between revisions
SimpleArrows (talk | contribs) mNo edit summary |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
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:''' | ||
Line 22: | Line 22: | ||
|} | |} | ||
[[Category:Templates]] | [[Category:Inline Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 03:54, 26 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:
☑ | ☒ |