Template:Loop

From AEWiki: The Unofficial Aethelmearc Wiki
Revision as of 03:28, 4 February 2023 by MarkusSkalprGrimsson (talk | contribs) (Created page with "<includeonly><!-- -->{{#ifexpr:({{{1}}}*2-000)>000|{{{2}}}}}<!-- -->{{#ifexpr:({{{1}}}*2-001)>001|{{{2}}}}}<!-- -->{{#ifexpr:({{{1}}}*2-002)>002|{{{2}}}}}<!-- -->{{#ifexpr:({{{1}}}*2-003)>003|{{{2}}}}}<!-- -->{{#ifexpr:({{{1}}}*2-004)>004|{{{2}}}}}<!-- -->{{#ifexpr:({{{1}}}*2-005)>005|{{{2}}}}}<!-- -->{{#ifexpr:({{{1}}}*2-006)>006|{{{2}}}}}<!-- -->{{#ifexpr:({{{1}}}*2-007)>007|{{{2}}}}}<!-- -->{{#ifexpr:({{{1}}}*2-008)>008|{{{2}}}}}<!-- -->{{#ifexpr:({{{1}}}*2-009)>009|{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
[edit] File:50px-Template-info.svg.png Template documentation

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 {{For loop}}. 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 ========= (the "2=" must be present)
  • {{loop|3|{{CURRENTYEAR}}}} produces 202520252025