সাঁচ:Iflenge
অৱয়ব
IF LENgth Greater then or Equal to.
Condition: min ( length , 498 ) ≥ n.
Thus for n > 498 it always gives the else part.
Usage
[সম্পাদনা কৰক]{{iflenge|"string to test"|"test"|"value if true"|"value if false"}}
Examples
[সম্পাদনা কৰক]{{iflenge|abc|3|1|0}}
→ 1{{iflenge|abc|4|1|0}}
→ 0{{iflenge|ab |3|1|0}}
→ 1{{iflenge|ab |4|1|0}}
→ 0{{iflenge| |3|1|0}}
→ 1{{iflenge| |4|1|0}}
→ 0{{iflenge|1234|4|true|false}}
→ true{{iflenge|123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123|1000|1|0}}
→ 1
- The first parameter is 593 characters long. We do not check against 1000, but against 498, returning true.
See also
[সম্পাদনা কৰক] The above documentation is transcluded from সাঁচ:Iflenge/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |