Template:For nowiki/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
No edit summary
Line 10: Line 10:


== Example ==
== Example ==
{{Markup
{{For nowiki|x|item|dog|cat|bird}}
|<nowiki>{{For nowiki|

|<nowiki>* Item {{{i}}}: {{3x|{{{1}}} }}</nowiki>&lt;/nowiki> <nowiki>|dog|cat|bird}}</nowiki>
{{For nowiki|
|{{For nowiki|
|<nowiki>* Item {{{i}}}: {{3x|{{{1}}} }} = three {{{1}}}s}}</nowiki>|dog|cat|bird}}
|<nowiki>* Item {{{i}}}: {{3x|{{{1}}} }}</nowiki> |dog|cat|bird}}
}}


== See also ==
== See also ==

Revision as of 00:14, July 21, 2016

This template implements a foreach loop. It interprets a given wikitext (unlike {{For loop}}, which calls a specified template) once for each item in the list.

Usage

Template:Tlp
  • separator is inserted between the results of wikitext interpretation. Whitespace is preserved.
  • wikitext is interpreted once for each item in the list. It the may use {{{1}}} to get the item value, and {{{i}}} 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 </nowiki>...<nowiki> (the opening and closing tags are swapped).

Example

Template:Markup

See also