Template:Yesno-no
no
{{Yesno}} (or {{YesNo}}) evaluates any input and produces a normalized yes or no, based on the content of the input and several configurable options. It is not used in article prose, but in coding complex templates.
Usage
The template distinguishes five different types of input, supplied on the first unnamed parameter:
- Yes: Case-insensitive forms of
Yes,y,true, and1; e.g. {{Yesno|yEs}} - No: Case-insensitive forms of
No,n,false, and0; e.g. {{Yesno|nO}} - Nothing: When the input is defined but either contains no value or consists of whitespace character only; i.e.
{{Yesno|}}or {{Yesno| }} - Negation: When the input is either
¬or entirely missing; i.e. {{Yesno|¬}} or {{Yesno}} - Anything else: e.g. {{Yesno|Purple monkey dish washer}}
By default, the template returns "yes" in the first and last case but returns blank in the other cases.
Two short-hand templates for the most common uses that override the default behavior:
- {{yesno-yes}} or {{YesNo-Yes}} – always returns "yes" (or the specified replacement result in
|yes=) unless an explicit negative value is given; i.e., it evaluates to "yes" even when the value is empty or missing. - {{yesno-no}} or {{YesNo-No}} – always returns "no" (or the specified replacement result in
|no=) unless an explicit positive value is given; i.e., it evaluates to "no" even when the value is present, as long as it does not contain anything that resolves to "yes".
Customizing the output
Template's default output can be customized with five named parameters, respectively: |yes=, |no=, |blank=, |¬= and |def=. If these parameters are specified, the template response is as follows:
- Yes: Template returns the contents of
|yes=, otherwise returns "yes". For example: - No: Template returns the contents of
|no=, otherwise returns blank. For example: - Nothing: Template returns the contents of
|blank=, or of|no=in absence of the former; otherwise, returns blank. - Negation: Template returns the contents of
|¬=, otherwise returns blank. For example:- {{yesno|¬|¬=sausage}} results in "sausage"
- Anything else: Template returns the contents of
|def=, or of|yes=in absence of the former; otherwise, returns "yes".
For the named parameters, use of a blank value is not the same as omitting the parameter. A blank named parameter tells the template that the customized return value is blank. For example:
- {{yesno|purple monkey dish washer}} results in "yes"
- {{yesno|purple monkey dish washer|def=}} results in "" Template:Var
Logical distinctions
| Overview of {{yesno}} logical values and their associated texts | ||||||
|---|---|---|---|---|---|---|
| Input parameter 1 (Template:Code) |
In code | Logical return value | Default return text |
Return text when set: Template:Code Template:Code Template:Code Template:Code Template:Code |
Note | |
| yes, y, true, 1* | Template:Code | Template:Code | "yes" | "Pos" | * Case-insensitive (Y=y) | |
| Some Text | Template:Code | Template:Code | "yes" | "Def" | "Pos" when def=Template:Var
| |
| no, n, false, 0* | Template:Code | Template:Code | "" Template:Var | "Neg" | * Case-insensitive (N=n) | |
| Template:Var | Template:Code | Template:Code | "" Template:Var | "Blank" | "Neg" when blank=Template:Var
| |
| 1=Template:Var | Template:Code | Template:Code | "" Template:Var | "Blank" | "Neg" when blank=Template:Var
| |
| ¬ | Template:Code | Template:Code | "" Template:Var | "Undefined" | ||
| Template:Var | Template:Code | Template:Code | "" Template:Var | "Undefined" | ||
| Comparison with related templates | |||
|---|---|---|---|
| Input parameter 1 (Template:Code) | {{Subst:PAGENAME}} i tiko ra yesno.
{{{2}}}
Mintsaho |
{{Subst:PAGENAME}} i tiko ra yesno-yes.
{{{2}}} Mintsaho |
{{Subst:PAGENAME}} i tiko ra yesno-no.
{{{2}}} no Mintsaho |
| yes, y, true, 1* | "yes" | "Template:Yesno-yes" | "yes" |
| Some Text | "yes" | "Template:Yesno-yes" | "no" |
| no, n, false, 0* | "" Template:Var | "Template:Yesno-yes" | "no" |
| Template:Var | "" Template:Var | "Template:Yesno-yes" | "no" |
| 1=Template:Var | "" Template:Var | "Template:Yesno-yes" | "no" |
| ¬ | "" Template:Var | "Template:Yesno-yes" | "no" |
| Template:Var | "" Template:Var | "Template:Yesno-yes" | "no" |
Full parameter list
Unnamed parameter 1= the input value to be evaluated. The other parameters (all named, all optional), are the return values for their respective logical outcome. When set, each one overrules their default return value.
{{yesno
|
| yes =
| no =
| blank=
| ¬ =
| def =
}}
See also
- Module:yesno
- {{Yesno2}} – slower than Yesno, but can properly handle ref tags inside the parameters
- {{Yesno-yes}} – variant of Yesno that defaults to "yes" if value is not explicitly negative
- {{Yesno-no}} – variant of Yesno that defaults to "no" if value is not explicitly positive
TemplateData
TemplateData for Yesno-no
This template normalises an input to be a yes/no output.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Input value | 1 | The value to be evaluated | String | required |
| Output on yes | yes | Specifies the output of the template when the input value is a case-insensitive forms of 'Yes', 'Y', 'True' or '1' | String | optional |
| Output on no | no | Specifies the output of the template when the input value is a case-insensitive forms of 'No', 'N', 'False, or '0' | String | optional |
| Output on blank input | blank | Specifies the output of the template when the input value is defined but is either empty or contains nothing but whitespace character(s) | String | optional |
| Output on ¬ | ¬ | Specifies the output of the template when the input value is either '¬' or entirely missing (undefined) | String | optional |
| Definite output | def | Specifies the output of the template when the input value is defined but not a form of 'yes', 'no', '1', '0', '¬' or blank | String | optional |
| The above documentation is transcluded from Template:Yesno/doc. (edit | history) Editors can experiment in this template's sandbox (vumba | mirror) and testcases (vumba) pages. Subpages of this template. |
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.









