ထႅမ်းပလဵတ်ႉ:If all/doc
Appearance
| ၼႃႈလိၵ်ႈဢၼ်ၼႆႉၼႆႉ မၼ်းပဵၼ် ၽိုၼ်ၵႅမ်မိုဝ်း လၢႆးၸႂ်ႉတိုဝ်း (documentation) ႁင်း တွၼ်ႈတႃႇ ၼႃႈလိၵ်ႈၽႄ (subpage) ထႅမ်းပလဵတ်ႉ:If all ၼၼ်ႉယဝ်ႉ။ တီႈၼႃႈလိၵ်ႈဢၼ်ၼႆႉၼႆႉ မၼ်းတေၶဝ်ႈပႃးဝႆႉ လၢႆးၸႂ်ႉတိုဝ်း လႄႈ ၶေႃႈၶၢဝ်ႇဢၼ်ၵဵဝ်ႇၵပ်း၊ ပိူင်ထၢၼ်ႈ လႄႈ ၶေႃႈမုၼ်းတၢင်ႇၸိူဝ်း ဢၼ်ဢမ်ႇၵဵဝ်ႇၵပ်း တင်း ထႅမ်းပလဵတ်ႉ page ၼၼ်ႉယဝ်ႉ။ |
This helper template performs a logical and on n parameters where n is between 1 and 10. It is intended to be used in other templates.
လွင်ႈၸႂ်ႉတိုဝ်း
[မႄးထတ်းငဝ်ႈငႃႇ]
{{if all|1|2|3|4|5|6|7|8|9|10
| n = 10
| then = All there!
| else = Something is missing!?
}}
→ All there!
{{if all|1|2|3
| n = 3
| then = All there!
| else = Something is missing!?
}}
→ All there!
{{if all|1|2|3
| n = 2
| then = All there!
| else = Something is missing!?
}}
→ All there!
{{if all| |2|3
| n = 2
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!?
{{if all|1|2|
| n = 2
| then = All there!
| else = Something is missing!?
}}
→ All there!
{{if all|
| n = 1
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!?
{{if all
| n = 1
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!?
|
{{if all|1|2|3|4|5|6|7|8| |10
| n = 10
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!?
{{if all| |2|3
| n = 3
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!?
{{if all|1|2|3
| n = 4
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!?
{{if all| |2|3
| n = 4
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!?
{{if all|1|2|
| n = 4
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!?
{{if all|
| n = 0
| then = All there!
| else = Something is missing!?
}}
→
{{if all
| n = 0
| then = All there!
| else = Something is missing!?
}}
→
|
{{if all|1|2|3|4|5|6|7| | |10
| n = 10
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!?
{{if all| | |3
| n = 3
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!?
|
{{if all| | | | | | | | | |10
| n = 10
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!?
{{if all| | |
| n = 3
| then = All there!
| else = Something is missing!?
}}
→ Something is missing!? |
တူၺ်းပႃး
[မႄးထတ်းငဝ်ႈငႃႇ]- {{If all}}
- {{If both}}
- {{If either}}
- {{If empty}}
- {{Missing param}}