Difference between revisions of "Template:Foreach"

From Pumping Station One
Jump to navigation Jump to search
(Created page with "<includeonly><!-- -->{{#if:{{{2|}}}|<!-- -->{{<!-- -->{{{1}}}|{{{2}}}<!-- -->}}<!-- -->}}<!-- -->{{#if:{{{3|}}}|<!-- -->{{{delim|}}}{{<!-- -->{{{1}}}|{{{3}}}<!-- -->}}<!-- -->...")
 
(Undo revision 32740 by Andrewvaughan (talk))
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 23:52, 27 April 2017


Documentation icon Template documentation[view] [edit] [history] [purge]

Purpose

To repeatedly use a template for each argument in a pipe delimited list. The template handles up to 30 list items.

Example

Create comma delimited links to each hook in a list

{{foreach|Link|delim=, |Item A|Item B}}Item AItem B


Usage

{{Foreach[|delim=delim]|templatename|item1[|item2]...}}
  • templatename - the name of a template that takes at least one parameter. Only the first parameter will be used, so the remaining parameters must be optional.
  • item1 - the first item to pass to the template, resulting in {{templatename|item1}}
  • item2,... - (optional) the second and following items to pass to the template, resulting in {{templatename|item2}}, etc.
  • delim - (optional) a delimiter that should be inserted between the list items after the template templatename has been applied to each