Difference between revisions of "Template:For Each"
| Line 4: | Line 4: | ||
* 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'') | ||
| − | </noinclude><includeonly>{{For Each/Raw|{{{1|}}}|{{#if:{{{2|}}}|{{{2}}}|,}}|{{{3|{{{2|, }}}}}}| | + | </noinclude><includeonly>{{For Each/Raw|{{{1|}}}|{{#if:{{{2|}}}|{{{2}}}|,}}|{{{3|{{{2|, }}}}}}|| |
| template={{{template}}} | | template={{{template}}} | ||
| index=1 | | index=1 | ||
| value={{#explode:{{{1|}}}|{{#if:{{{2|}}}|{{{2}}}|,}}|0}} | | value={{#explode:{{{1|}}}|{{#if:{{{2|}}}|{{{2}}}|,}}|0}} | ||
}}</includeonly> | }}</includeonly> | ||
Revision as of 05:01, 15 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)