टेम्पलेट:Loop: रिवीजन सभ के बीचा में अंतर

Content deleted Content added
imported>Polonium
Created page with '{{#ifeq:{{#expr:({{{1}}}*2-000)>000}}|1|{{{2}}}}}{{#ifeq:{{#expr:({{{1}}}*2-001)>001}}|1|{{{2}}}}}{{#ifeq:{{#expr:({{{1}}}*2-002)>002}}|1|{{{2}}}}}{{#ifeq:{{#expr:(...'
 
imported>Polonium
add examples
लाइन 2:
This template is used to produce a simple loop that can repeat up to 150 times. It is not a real loop, it works by conditionally repeating the string. It is a simple version of {{tl|For loop}}. To use it, enter:<br />
<code><nowiki>{{loop|times to repeat|string}}</nowiki></code><br />
If string contains an equals sign, you must put "|2=string" instead of "|string". Examples:
*<nowiki>{{loop|4|n}}</nowiki> produces {{loop|4|n}}
*<nowiki>{{loop|25|test}}</nowiki> produces {{loop|25|test}}
*<nowiki>{{#expr:2{{loop|50|*2}}}}</nowiki> produces {{#expr:2{{loop|50|*2}}}}
*<nowiki>{{loop|9|2==}}</nowiki> produces {{loop|4|n}} (the "2=" must be present)
*<nowiki>{{loop|3|{{CURRENTYEAR}}}}</nowiki> produces {{loop|3|{{CURRENTYEAR}}}}
[[Category:Wikipedia special effects templates|{{PAGENAME}}]]
</noinclude>