Difference between revisions of "Template:Checkmark"
From Ouroboros Portal
(added extra text to explain template) |
m |
||
Line 7: | Line 7: | ||
| n | | n | ||
| no=[[File:Empty.png|{{{2|24px}}}|No]] | | no=[[File:Empty.png|{{{2|24px}}}|No]] | ||
− | | #default=[[File:Icon clue generic.png|24px| | + | | #default=[[File:Icon clue generic.png|24px|?]]}}</includeonly><noinclude> |
== Usage== | == Usage== | ||
Anywhere you need check boxes. | Anywhere you need check boxes. |
Latest revision as of 23:01, 22 April 2019
Usage
Anywhere you need check boxes.
This Template uses two (optional) variables:
- The first chooses the type of checkmark
- X, x = an X/cross in the box
- Check, check, Yes, yes, Y, y = a checkmark
- No, no, N, n, Empty, empty = empty box
- The second can change the size of the image
- The default size for Checkmarks is 26px and for an X or empty box it is 24px.
- If no value is passed (do not use a pipe), it will return an X.
- If a wrong value is passed, it will return a question mark.
Examples
Input | Results |
---|---|
{{Checkmark|x}} | |
{{Checkmark|Check}} | |
{{Checkmark|no}} | |
{{Checkmark|yes|16px}} | |
{{Checkmark|Bob Dole}} |