Template:Checkmark: Difference between revisions
Jump to navigation
Jump to search
imported>Aggelakis (historical) m (details) |
imported>Aggelakis (historical) mNo edit summary |
||
Line 2: | Line 2: | ||
| x | | x | ||
| X=[[File:Cross.png|24px|Yes]] | | X=[[File:Cross.png|24px|Yes]] | ||
| Yes | |||
| yes | |||
| Y | |||
| y | |||
| check | | check | ||
| Check=[[File:Check.png|26px|Yes]] | | Check=[[File:Check.png|26px|Yes]] | ||
| empty | | empty | ||
| Empty | | Empty | ||
| N | |||
| n | |||
| no | | no | ||
| No=[[File:Empty.png|24px|No]] | | No=[[File:Empty.png|24px|No]] | ||
Line 14: | Line 20: | ||
One variable: | One variable: | ||
*X, x = an X/cross in the box | *X, x = an X/cross in the box | ||
*Check, check = a checkmark | *Check, check, Yes, yes, Y, y = a checkmark | ||
*No, no, Empty, empty = empty box | *No, no, N, n, Empty, empty = empty box | ||
Revision as of 02:57, 11 November 2010
Usage
Anywhere you need check boxes.
One variable:
- X, x = an X/cross in the box
- Check, check, Yes, yes, Y, y = a checkmark
- No, no, N, n, Empty, empty = empty box
- 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|Bob Dole}} |