साँचा:If both/doc

मुक्त ज्ञानकोश विकिपीडिया से
< साँचा:If both
imported>SM7 द्वारा परिवर्तित ११:५७, ६ जून २०१५ का अवतरण (en:Template:If_both/doc से 19 अवतरण आयात किये गए)
(अन्तर) ← पुराना अवतरण | वर्तमान अवतरण (अन्तर) | नया अवतरण → (अन्तर)
नेविगेशन पर जाएँ खोज पर जाएँ

{{

 साँचा:namespace detect

| type = notice | image = | imageright = | class = | style = margin-bottom:1.0em; | textstyle = | text = साँचा:strong for साँचा:terminate sentence
It contains usage information, categories and other content that is not part of the original साँचा page. | small = | smallimage = | smallimageright = | smalltext = | subst = | date = | name = }}


This helper template is designed to be used in other templates. It can help editors create template code that is 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}} → साँचा:if both

{{if both| a | |true|false}} → साँचा:if both

{{if both| | b |true|false}} → साँचा:if both

{{if both| | |true|false}} → साँचा:if both

See also