Template:For nowiki/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
no edit summary
(Created page with '{{Documentation subpage}} {{lua|Module:For nowiki}} This template implements a foreach loop. It interprets a given wikitext (unlike {{tl|For loop}}, which c...')
 
No edit summary
Line 7:
{{tlp|For nowiki|''separator''|<nowiki>''wikitext''</nowiki>|item1|item2|...}}
* <code>''separator''</code> is inserted ''between'' the results of <code>''wikitext''</code> interpretation. Whitespace is preserved.
* <code>''wikitext''</code> is interpreted once for each item in the list. It the may use {{code|<nowiki>{{{1}}}</nowiki>}} to get the item value, and {{code|<nowiki>{{{i}}}</nowiki>}} to get its position in the list (starting from 1). It may also contain template calls. To use a parameter passed to the calling template, surround it with {{nowrap|<code></nowiki>...<nowikino<!---->wiki></code>}} (the opening and closing tags are swapped).
 
== Example ==
{{For nowiki|x|item|dog|cat|bird}}
 
{{For nowiki|
|<nowiki>* Item {{{i}}}: {{3x|{{{1}}} }} = three {{{1}}}s}}</nowiki>|dog|cat|bird}}
 
== See also ==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu