ಟೆಂಪ್ಲೇಟು:Yesno-yes
yes
This template is used on ೫,೧೨,೦೦೦+ pages, or roughly 361% of all pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
This template normalises an input to be a yes/no output.
Usage
ಬದಲಾಯಿಸಿThe template discerns five possible logical outputs depending on the first parameter (input if you will).
In its simplest usage these will all be either "yes" or "" (blank — nothing no characters).
{{yesno|yes}}
results in "yes" (also applies to "Yes", "YeS", etc, "Y", "y" and "1"){{yesno|no}}
results in "" (also applies to "No", "NO", "nO", "N", "n" and "0"){{yesno}}
results in ""{{yesno|¬}}
results in ""{{yesno|purplemonkeydishwasher}}
result "yes" (also applies to any other value not given above).
Each of these output texts can be over-ridden individually. Note that for the named parameters, use of a blank value is not the same as omitting the parameter, i.e. including |def=
(without specifying a value) will have a different effect than omitting |def=
entirely.
{{yesno|yes|yes=bacon}}
results in "bacon" (also applies to "Yes", "YeS", etc, "Y", "y" and "1"){{yesno|no|no=ham}}
results in "ham": (also applies to "No", "NO", "nO", "N", "n" and "0"){{yesno||blank=eggs}}
results in "eggs"- but
{{yesno||no=ham}}
results in "ham" - and
{{yesno||blank=eggs|no=ham}}
results in "eggs"
- but
{{yesno|¬|¬=sausage}}
results in "sausage"{{yesno|purplemonkeydishwasher|def=cup-of-tea}}
results in "cup-of-tea" (also applies to any other value not given above).- but
{{yesno|purplemonkeydishwasher|yes=bacon}}
results in "bacon" - and
{{yesno|purplemonkeydishwasher|def=cup-of-tea|yes=bacon}}
results in "cup-of-tea" - and
{{yesno|purplemonkeydishwasher|def=}}
results in ""
- but
This may be used (apparently perversely) thus:
{{yesno|yes|yes=no|no=yes}}
results in "no"{{yesno|no|yes=no|no=yes}}
results in "yes"
This creates a logical inversion.
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 = }}
Overview of {{yesno}} logical values and their associated texts
| ||||||
---|---|---|---|---|---|---|
Input parameter 1 ( 1= )
|
In code | Logical return value | Default return text |
Return text when set:yes=Pos no=Neg blank=Blank ¬=Undefined def=Def
|
Note | |
yes, y, 1* | {{yesno|yes}}
|
yes by definition
|
"yes" | "Pos" | * Case-insensitive (Y=y) | |
Some Text | {{yesno|Some Text}}
|
yes by default
|
"yes" | "Def" | "Pos" when def=<omitted>
| |
no, n, 0* | {{yesno|no}}
|
no by definition
|
"" | "Neg" | * Case-insensitive (N=n) | |
<blank> | {{yesno|}}
|
blank
|
"" | "Blank" | "Neg" when blank=<omitted>
| |
1=<blank> | {{yesno|1=}}
|
blank
|
"" | "Blank" | "Neg" when blank=<omitted>
| |
¬ | {{yesno|¬}}
|
¬
|
"" | "Undefined" | ||
<omitted> | {{yesno}}
|
¬
|
"" | "Undefined" |
TemplateData
ಬದಲಾಯಿಸಿTemplateData for Yesno-yes
This template normalises an input to be a yes/no output.
ಪರಿಮಿತಿ | ವಿವರ | ನಮೂನೆ | ಸ್ಥಾನಮಾನ | |
---|---|---|---|---|
Value | 1 | The value to be evaluated | String | required |
Output on yes | yes | Defines a value to output on yes | String | ಐಚ್ಛಿಕ |
Output on no | no | Defines a value to output on no | String | ಐಚ್ಛಿಕ |
Output on blank input | blank | Defines a value to output if blank input | String | ಐಚ್ಛಿಕ |
Output on ¬ | ¬ | Defines a value to output when input = ¬ | String | ಐಚ್ಛಿಕ |
Definite output | def | Defines the output when value = yes | String | ಐಚ್ಛಿಕ |