Template:Foreach

From MediaWiki.org
Jump to: navigation, search
[edit] [purge] Template documentation

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|SeeHook|delim=,|ParserBeforeStrip|ParserAfterStrip}} --> ParserBeforeStrip,ParserAfterStrip

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
The above documentation is transcluded from Template:Foreach/doc. (edit | history)
Editors can experiment in this template's sandbox (create) and testcases (create) pages.
Please add categories and interwikis to the /doc subpage. Subpages of this template.
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Toolbox