Plantilla:Yesno/ús
Aquesta és una subpàgina de documentació per a la Plantilla:Yesno Té la informació d'ús, les categories i qualsevol altre contingut que no forma part essencial del codi de la plantilla. |
Aquesta plantilla normalitza una entrada per ser una sortida d'un sí/no.
Ús
[modifica]La plantilla distingeix cinc tipus diferents d'entrada, subministrats en el primer paràmetre sense nom:
- Yes: Case-insensitive forms of "Yes", "y" and "1"; e.g. {{Yesno|yEs}}
- No: Case-insensitive forms of "No", "n" and "0"; 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}}
Per defecte, la plantilla torna "yes" en el primer i últim cas, però torna en blanc en els altres casos.
Personalització de la sortida
[modifica]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|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|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. Blank named parameters 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 ""
Distincions lògiques
[modifica]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" |
Llista de paràmetres completa
[modifica]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 = }}
Vegeu també
[modifica]TemplateData
[modifica]Aquesta és la documentació dels paràmetres de la plantilla utilitzada pel nou editor visual.
Yesno
This template normalises an input to be a yes/no output.
Paràmetre | Descripció | Tipus | Estat | |
---|---|---|---|---|
Input value | 1 | The value to be evaluated | Cadena | obligatori |
Output on yes | yes | Specifies the output of the template when the input value is a case-insensitive forms of 'Yes', 'Y' or '1' | Cadena | opcional |
Output on no | no | Specifies the output of the template when the input value is a case-insensitive forms of 'No', 'N' or '0' | Cadena | opcional |
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) | Cadena | opcional |
Output on ¬ | ¬ | Specifies the output of the template when the input value is either '¬' or entirely missing (undefined) | Cadena | opcional |
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 | Cadena | opcional |