Template:Yesno
Jump to navigation
Jump to search
{{Yesno}} evaluates any input and produces a normalized yes or nil output, based on the content of the input and several configurable options.
Usage
The template distinguishes five different types of input, supplied on the first unnamed parameter:
- Yes: Case-insensitive forms of
Yes
,y
,true
,on
, and1
- No: Case-insensitive forms of
No
,n
,false
,off
, and0
- Nothing: When the input is defined but either contains no value or consists of whitespace character only
- Negation: When the input is either
¬
(alt code 170) or entirely missing - Anything else
By default, the template returns "yes" in the first and last case but returns nil (blank, empty string) in the other cases.
The above documentation is transcluded from Template:Yesno/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |