Teamplaid:Loop/documentation
Coltas
This is a documentation subpage for Teamplaid:Loop. It contains usage information, categories and other content that is not part of the original teamplaid page. |
This template is used on a very large number of pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages, or in your own user space. The tested changes can then be added to this page in one single edit. Please consider discussing any changes on the talk page before implementing them. |
Uses Lua: |
This template is used to produce a simple loop. It is based on Mòideal:String, and there is no limit to the number of iterations it can perform.
Usage
[deasaich]{{Loop|times to repeat|string}}
If string contains an equals sign, you must put "|2=string" instead of "|string".
Examples
[deasaich]{{Loop|4|n}}
- nnnn
{{Loop|25|test}}
- testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest
{{#expr:2{{Loop|50|*2}}}}
- 2.2517998136852E+15
When the string being replicated includes "=", we have to precede the second parameter with "2=", or use {{=}}.
{{Loop|9|2==}}
- =========
or:
{{Loop|9|{{=}}}}
- =========
{{Loop|3|{{CURRENTYEAR}}}}
- 202420242024
* If string contains an equals sign, you must put '|2=string' instead of '|string'.
Template data
[deasaich]The template is used to produce a simple loop of repeated strings.
Paramadair | Tuairisgeul | Seòrsa | Staid | |
---|---|---|---|---|
Number | 1 | Number of times to repeat | Àireamh | riatanach |
String | 2 | The string to be repeated. Use {{=}} if the string contains an equals sign. | Sreang | riatanach |
See also
[deasaich]- Teamplaid:For loop (deasaich | deasbaireachd | eachdraidh | ceanglaichean | faire | logaichean)
- Teamplaid:Simple recursion (deasaich | deasbaireachd | eachdraidh | ceanglaichean | faire | logaichean)