Description Usage Arguments Details Value
Returns 'yes' or 'no' based off of the provided boolean input.
1 | yesno(bool, yes = "yes", no = "no")
|
bool |
the boolean value to test. |
yes |
the value to return on a true input. |
no |
the value to return on a false input. |
If yes is specified, the value of yes is used instead of the default value 'yes'.
If no is specified, the value of no is used instead of the default value 'no'.
'yes' or 'no'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.