"ढाँचा:If both/doc" को बिचमी भिन्नता

विकिपिडिया बठेइ
Copying templates from English Wiki
 
ना ne:ढाँचा:If_both/doc देखि १ पुनरावलोकन आयात भयो
 
(कोइ भिन्नता छैन)

०८:०२, ६ जुन २०२१को रुपमी अहिलको पुनरावलोकनहरू


This helper template is designed to be used in other templates. It can help editors create template code that or self documenting.

Usage

If a and b then true.

If a nor b then false.

If a or b then false.

It can be used to replace the construct: {{#if:a|{{#if:b|true|false}}|false}}

Examples

{{if both| a | b |true|false}} → true

{{if both| a | |true|false}} → false

{{if both| | b |true|false}} → false

See also