تبديل القائمة
Toggle preferences menu
تبديل القائمة الشخصية
غير مسجل للدخول
سيكون عنوان الآيبي الخاص بك مرئيًا للعامة إذا قمت بإجراء أي تعديلات.

قالب:If both/شرح

من أرابيكا، الموسوعة العربية الحرة
المزيد من اللغات


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

الاستخدام

If a and b then x.

If a nor b then y.

If a or b then y.

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

أمثلة

{{If both| a | b | x}} → x

{{If both| a | | x | y}} → y

{{If both| | b | x | y}} → y

طالع أيضاً