Template:Loop: Difference between revisions
From Archon Arcana - The KeyForge Wiki
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) |
||
Line 2: | Line 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 /> | 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 /> | <code><nowiki>{{loop|times to repeat|string}}</nowiki></code><br /> | ||
If string contains an equals sign, you must put "|2=string" instead of "|string". | 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}}]] | [[Category:Wikipedia special effects templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 20:23, 5 January 2007
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 Template:Tl. To use it, enter:
{{loop|times to repeat|string}}
If string contains an equals sign, you must put "|2=string" instead of "|string". Examples:
- {{loop|4|n}} produces nnnn
- {{loop|25|test}} produces testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest
- {{#expr:2{{loop|50|*2}}}} produces 2.2517998136852E+15
- {{loop|9|2==}} produces nnnn (the "2=" must be present)
- {{loop|3|{{CURRENTYEAR}}}} produces 202520252025