Difference between revisions of "Template:Fe"

From CRIU
Jump to navigation Jump to search
(created (stolen from https://www.mediawiki.org/wiki/Template:Fe))
 
(created (stolen from https://www.mediawiki.org/wiki/Template:Fe))
 
Line 1: Line 1:
 
<includeonly>{{#invoke:Foreach|w}}</includeonly><noinclude>
 
<includeonly>{{#invoke:Foreach|w}}</includeonly><noinclude>
 +
 +
The purpose of this [[Template:Fe]] (foreach) is to repeatedly use a template for each argument in a pipe delimited list.
 +
It allows the delimiter to be one or more blank spaces, or have these at the start and/or end of it.
 +
 +
== Usage ==
 +
<nowiki>{{</nowiki>fe|''templatename''|''delim''|''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.
 +
* ''delim'' - 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
 +
* ''item1'' - the first item to pass to the template, resulting in  <nowiki>{{</nowiki>''templatename''|''item1''}}
 +
* ''item2'',... - (optional) the second and following items to pass to the template, resulting in  <nowiki>{{</nowiki>''templatename''|''item2''}}, etc.
 +
 +
== See also ==
 +
 +
* https://www.mediawiki.org/wiki/Template:Fe
 +
 +
</noinclude>

Latest revision as of 22:17, 8 March 2017


The purpose of this Template:Fe (foreach) is to repeatedly use a template for each argument in a pipe delimited list. It allows the delimiter to be one or more blank spaces, or have these at the start and/or end of it.

Usage[edit]

{{fe|templatename|delim|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.
  • delim - 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
  • 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.

See also[edit]