Template:Foreach

From DFM Wiki
Revision as of 18:14, 23 February 2021 by EricThrift (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The purpose of this template is to repeatedly use a template for each argument in a pipe delimited list. Usage: {{templatename|delim|item1|item2...}}

Template parameters

ParameterDescriptionTypeStatus
template nametemplatename

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.

Unknownoptional
delimiterdelim

a delimiter that should be inserted between the results of applying the template templatename to the list items; the parameter is compulsory but it can be the empty string

Unknownoptional
itemitem...

the item to pass to the template, resulting in {{templatename|item}}

Unknownoptional