Difference between revisions of "Template:For Each"
| Line 3: | Line 3: | ||
* Second parameter: delimiter to search for; default is comma | * Second parameter: delimiter to search for; default is comma | ||
* Third parameter: replacement delimiter; default is the search delimiter, or comma+space if none | * Third parameter: replacement delimiter; default is the search delimiter, or comma+space if none | ||
| − | * ''template'': template to apply to each substring (string provided as first parameter; index provided as ''index'' | + | * ''template'': template to apply to each substring (string provided as first parameter; index provided as ''index''; ''param'' provided as ''param'') |
* ''param'': extra parameter to pass to the template; default is empty | * ''param'': extra parameter to pass to the template; default is empty | ||
</noinclude><includeonly>{{For Each/Raw|{{{1|}}}|{{#if:{{{2|}}}|{{{2}}}|,}}|{{{3|{{Select|{{{2}}}|, | | </noinclude><includeonly>{{For Each/Raw|{{{1|}}}|{{#if:{{{2|}}}|{{{2}}}|,}}|{{{3|{{Select|{{{2}}}|, | | ||
Revision as of 10:04, 25 June 2015
Apply a template to each element of a list.
- First parameter: string to split
- Second parameter: delimiter to search for; default is comma
- Third parameter: replacement delimiter; default is the search delimiter, or comma+space if none
- template: template to apply to each substring (string provided as first parameter; index provided as index; param provided as param)
- param: extra parameter to pass to the template; default is empty