This module implements a foreach loop that can be used from wikitext. It exports two functions:
| This module is rated as ready for general use. It has reached a mature state, is considered relatively stable and bug-free, and may be used wherever appropriate. It can be mentioned on help pages and other Wikipedia resources as an option for new users. To minimise server load and avoid disruptive output, improvements should be developed through sandbox testing rather than repeated trial-and-error editing. |
| This Lua module is used on approximately 12,000 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages, or in your own module sandbox. Consider discussing changes on the talk page before implementing them. |
This module implements a foreach loop that can be used from wikitext. It exports two functions:
main - Implements {{For nowiki}}, which can be used with explicitly provided parameters. Should not be called directly.template - Designed to be used from within other templates. It takes explicit configuration parameters but it uses parameters passed to the parent frame (the template) for all others. Should be called directly.{{#invoke:For nowiki|template|separator|<nowiki>wikitext</nowiki>|offset=offset|conjunction=conjunction}}
separator and wikitext function the same as described in Template:For nowiki/doc#Usage.offset is the offset of the first argument to process. Defaults to 0, which means the |1= parameter passed to the template is the first parameter processed.conjunction (optional) replaces separator between the second-to-last and last iteration.If you have a template _TEMPLATE_:
{{#invoke:For nowiki|template|
|<nowiki>* {{{i}}} is {{{1}}}. Next is {{#expr:{{{i}}} + 1}}.</nowiki>}}
Then calling:
{{_TEMPLATE_|A|B|Foo|Orange}}
Would produce:
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.